@cyberskill/shared 1.65.0 → 1.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_tsup-dts-rollup.d.cts +341 -437
- package/dist/_tsup-dts-rollup.d.ts +341 -437
- package/dist/configs/config.util.cjs +1 -0
- package/dist/configs/config.util.d.cts +1 -0
- package/dist/configs/config.util.d.ts +1 -0
- package/dist/configs/config.util.js +1 -0
- package/dist/configs/graphql/graphql-codegen.type.d.cts +1 -0
- package/dist/configs/graphql/graphql-codegen.type.d.ts +1 -0
- package/dist/configs/graphql/graphql-codegen.util.cjs +1 -0
- package/dist/configs/graphql/graphql-codegen.util.js +1 -0
- package/dist/configs/graphql/index.cjs +1 -1
- package/dist/configs/graphql/index.d.cts +1 -0
- package/dist/configs/graphql/index.d.ts +1 -0
- package/dist/configs/graphql/index.js +1 -1
- package/dist/configs/index.cjs +1 -1
- package/dist/configs/index.d.cts +4 -1
- package/dist/configs/index.d.ts +4 -1
- package/dist/configs/index.js +1 -1
- package/dist/constants/index.cjs +1 -1
- package/dist/constants/index.d.cts +1 -43
- package/dist/constants/index.d.ts +1 -43
- package/dist/constants/index.js +1 -1
- package/dist/constants/nodejs.d.cts +1 -0
- package/dist/constants/nodejs.d.ts +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +115 -109
- package/dist/index.d.ts +115 -109
- package/dist/index.js +1 -1
- package/dist/nodejs/cli/cli.constant.d.cts +1 -0
- package/dist/nodejs/cli/cli.constant.d.ts +1 -0
- package/dist/nodejs/cli/cli.util.cjs +2 -0
- package/dist/nodejs/cli/cli.util.js +2 -0
- package/dist/nodejs/cli/index.cjs +1 -0
- package/dist/nodejs/cli/index.d.cts +1 -0
- package/dist/nodejs/cli/index.d.ts +1 -0
- package/dist/nodejs/cli/index.js +1 -0
- package/dist/nodejs/command/command.type.cjs +1 -0
- package/dist/nodejs/command/command.type.d.cts +8 -0
- package/dist/nodejs/command/command.type.d.ts +8 -0
- package/dist/nodejs/command/command.type.js +1 -0
- package/dist/nodejs/command/command.util.cjs +1 -0
- package/dist/nodejs/command/command.util.d.cts +6 -0
- package/dist/nodejs/command/command.util.d.ts +6 -0
- package/dist/nodejs/command/command.util.js +1 -0
- package/dist/nodejs/command/index.cjs +1 -0
- package/dist/nodejs/command/index.d.cts +14 -0
- package/dist/nodejs/command/index.d.ts +14 -0
- package/dist/nodejs/command/index.js +1 -0
- package/dist/nodejs/fs/fs.util.d.cts +5 -0
- package/dist/nodejs/fs/fs.util.d.ts +5 -0
- package/dist/nodejs/fs/index.cjs +1 -0
- package/dist/nodejs/fs/index.d.cts +5 -0
- package/dist/nodejs/fs/index.d.ts +5 -0
- package/dist/nodejs/fs/index.js +1 -0
- package/dist/nodejs/index.cjs +1 -1
- package/dist/nodejs/index.d.cts +136 -0
- package/dist/nodejs/index.d.ts +136 -0
- package/dist/nodejs/index.js +1 -1
- package/dist/nodejs/log/index.cjs +1 -0
- package/dist/nodejs/log/index.d.cts +6 -0
- package/dist/nodejs/log/index.d.ts +6 -0
- package/dist/nodejs/log/index.js +1 -0
- package/dist/nodejs/log/log.type.cjs +1 -0
- package/dist/nodejs/log/log.type.d.cts +4 -0
- package/dist/nodejs/log/log.type.d.ts +4 -0
- package/dist/nodejs/log/log.type.js +1 -0
- package/dist/nodejs/log/log.util.d.cts +2 -0
- package/dist/nodejs/log/log.util.d.ts +2 -0
- package/dist/nodejs/mongo/index.cjs +1 -0
- package/dist/nodejs/mongo/index.d.cts +64 -0
- package/dist/nodejs/mongo/index.d.ts +64 -0
- package/dist/nodejs/mongo/index.js +1 -0
- package/dist/nodejs/mongo/mongo.d.cts +5 -0
- package/dist/nodejs/mongo/mongo.d.ts +5 -0
- package/dist/nodejs/mongo/mongo.type.d.cts +59 -0
- package/dist/nodejs/mongo/mongo.type.d.ts +59 -0
- package/dist/nodejs/package/index.cjs +1 -0
- package/dist/nodejs/package/index.d.cts +7 -0
- package/dist/nodejs/package/index.d.ts +7 -0
- package/dist/nodejs/package/index.js +1 -0
- package/dist/nodejs/package/package.constant.d.cts +1 -0
- package/dist/nodejs/package/package.constant.d.ts +1 -0
- package/dist/nodejs/package/package.type.d.cts +3 -0
- package/dist/nodejs/package/package.type.d.ts +3 -0
- package/dist/nodejs/package/package.util.cjs +1 -0
- package/dist/nodejs/package/package.util.d.cts +3 -0
- package/dist/nodejs/package/package.util.d.ts +3 -0
- package/dist/nodejs/package/package.util.js +1 -0
- package/dist/nodejs/path/index.cjs +1 -0
- package/dist/nodejs/path/index.d.cts +43 -0
- package/dist/nodejs/path/index.d.ts +43 -0
- package/dist/nodejs/path/index.js +1 -0
- package/dist/nodejs/path/path.constant.cjs +1 -0
- package/dist/nodejs/path/path.constant.d.cts +40 -0
- package/dist/nodejs/path/path.constant.d.ts +40 -0
- package/dist/nodejs/path/path.constant.js +1 -0
- package/dist/nodejs/path/path.util.cjs +1 -0
- package/dist/nodejs/path/path.util.d.cts +3 -0
- package/dist/nodejs/path/path.util.d.ts +3 -0
- package/dist/nodejs/path/path.util.js +1 -0
- package/dist/nodejs/storage/index.cjs +1 -0
- package/dist/nodejs/storage/index.d.cts +1 -0
- package/dist/nodejs/storage/index.d.ts +1 -0
- package/dist/nodejs/storage/index.js +1 -0
- package/dist/nodejs/storage/storage.util.cjs +1 -0
- package/dist/nodejs/storage/storage.util.d.cts +1 -0
- package/dist/nodejs/storage/storage.util.d.ts +1 -0
- package/dist/nodejs/storage/storage.util.js +1 -0
- package/dist/react/apollo-client/apollo-client.component.cjs +1 -0
- package/dist/react/apollo-client/apollo-client.component.d.cts +1 -0
- package/dist/react/apollo-client/apollo-client.component.d.ts +1 -0
- package/dist/react/apollo-client/apollo-client.component.js +1 -0
- package/dist/react/apollo-client/apollo-client.constant.d.cts +1 -0
- package/dist/react/apollo-client/apollo-client.constant.d.ts +1 -0
- package/dist/react/apollo-client/apollo-client.type.d.cts +5 -0
- package/dist/react/apollo-client/apollo-client.type.d.ts +5 -0
- package/dist/react/apollo-client/index.cjs +1 -0
- package/dist/react/apollo-client/index.d.cts +7 -0
- package/dist/react/apollo-client/index.d.ts +7 -0
- package/dist/react/apollo-client/index.js +1 -0
- package/dist/react/apollo-error/apollo-error.component.cjs +1 -0
- package/dist/react/apollo-error/apollo-error.component.d.cts +1 -0
- package/dist/react/apollo-error/apollo-error.component.d.ts +1 -0
- package/dist/react/apollo-error/apollo-error.component.js +1 -0
- package/dist/react/apollo-error/apollo-error.context.cjs +1 -0
- package/dist/react/apollo-error/apollo-error.context.d.cts +1 -0
- package/dist/react/apollo-error/apollo-error.context.d.ts +1 -0
- package/dist/react/apollo-error/apollo-error.context.js +1 -0
- package/dist/react/apollo-error/apollo-error.hook.cjs +1 -0
- package/dist/react/apollo-error/apollo-error.hook.d.cts +1 -0
- package/dist/react/apollo-error/apollo-error.hook.d.ts +1 -0
- package/dist/react/apollo-error/apollo-error.hook.js +1 -0
- package/dist/react/{apollo-error.module.scss → apollo-error/apollo-error.module.scss} +15 -15
- package/dist/react/apollo-error/apollo-error.provider.cjs +1 -0
- package/dist/react/apollo-error/apollo-error.provider.d.cts +2 -0
- package/dist/react/apollo-error/apollo-error.provider.d.ts +2 -0
- package/dist/react/apollo-error/apollo-error.provider.js +1 -0
- package/dist/react/apollo-error/apollo-error.type.d.cts +1 -0
- package/dist/react/apollo-error/apollo-error.type.d.ts +1 -0
- package/dist/react/apollo-error/index.cjs +1 -0
- package/dist/react/apollo-error/index.d.cts +6 -0
- package/dist/react/apollo-error/index.d.ts +6 -0
- package/dist/react/apollo-error/index.js +1 -0
- package/dist/react/i18next/i18next.d.cts +1 -0
- package/dist/react/i18next/i18next.d.ts +1 -0
- package/dist/react/i18next/index.d.cts +1 -0
- package/dist/react/i18next/index.d.ts +1 -0
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.d.cts +32 -11
- package/dist/react/index.d.ts +32 -11
- package/dist/react/index.js +1 -1
- package/dist/react/loading/index.cjs +1 -0
- package/dist/react/loading/index.d.cts +6 -0
- package/dist/react/loading/index.d.ts +6 -0
- package/dist/react/loading/index.js +1 -0
- package/dist/react/loading/loading.component.cjs +1 -0
- package/dist/react/loading/loading.component.d.cts +1 -0
- package/dist/react/loading/loading.component.d.ts +1 -0
- package/dist/react/loading/loading.component.js +1 -0
- package/dist/react/loading/loading.context.cjs +1 -0
- package/dist/react/loading/loading.context.d.cts +1 -0
- package/dist/react/loading/loading.context.d.ts +1 -0
- package/dist/react/loading/loading.context.js +1 -0
- package/dist/react/loading/loading.hook.cjs +1 -0
- package/dist/react/loading/loading.hook.d.cts +1 -0
- package/dist/react/loading/loading.hook.d.ts +1 -0
- package/dist/react/loading/loading.hook.js +1 -0
- package/dist/react/loading/loading.provider.cjs +1 -0
- package/dist/react/loading/loading.provider.d.cts +1 -0
- package/dist/react/loading/loading.provider.d.ts +1 -0
- package/dist/react/loading/loading.provider.js +1 -0
- package/dist/react/loading/loading.type.d.cts +2 -0
- package/dist/react/loading/loading.type.d.ts +2 -0
- package/dist/react/log/index.d.cts +2 -0
- package/dist/react/log/index.d.ts +2 -0
- package/dist/react/log/log.type.d.cts +1 -0
- package/dist/react/log/log.type.d.ts +1 -0
- package/dist/react/log/log.util.cjs +1 -0
- package/dist/react/log/log.util.d.cts +1 -0
- package/dist/react/log/log.util.d.ts +1 -0
- package/dist/react/log/log.util.js +1 -0
- package/dist/react/next-intl/index.cjs +1 -0
- package/dist/react/next-intl/index.d.cts +9 -0
- package/dist/react/next-intl/index.d.ts +9 -0
- package/dist/react/next-intl/index.js +1 -0
- package/dist/react/next-intl/next-intl.context.cjs +1 -0
- package/dist/react/next-intl/next-intl.context.d.cts +1 -0
- package/dist/react/next-intl/next-intl.context.d.ts +1 -0
- package/dist/react/next-intl/next-intl.context.js +1 -0
- package/dist/react/next-intl/next-intl.hoc.cjs +1 -0
- package/dist/react/next-intl/next-intl.hoc.d.cts +1 -0
- package/dist/react/next-intl/next-intl.hoc.d.ts +1 -0
- package/dist/react/next-intl/next-intl.hoc.js +1 -0
- package/dist/react/next-intl/next-intl.hook.cjs +1 -0
- package/dist/react/next-intl/next-intl.hook.d.cts +2 -0
- package/dist/react/next-intl/next-intl.hook.d.ts +2 -0
- package/dist/react/next-intl/next-intl.hook.js +1 -0
- package/dist/react/next-intl/next-intl.provider.cjs +1 -0
- package/dist/react/next-intl/next-intl.provider.d.cts +1 -0
- package/dist/react/next-intl/next-intl.provider.d.ts +1 -0
- package/dist/react/next-intl/next-intl.provider.js +1 -0
- package/dist/react/next-intl/next-intl.type.d.cts +4 -0
- package/dist/react/next-intl/next-intl.type.d.ts +4 -0
- package/dist/react/storage/index.cjs +1 -0
- package/dist/react/storage/index.d.cts +2 -0
- package/dist/react/storage/index.d.ts +2 -0
- package/dist/react/storage/index.js +1 -0
- package/dist/react/{storage.cjs → storage/storage.hook.cjs} +1 -1
- package/dist/react/storage/storage.hook.d.cts +1 -0
- package/dist/react/storage/storage.hook.d.ts +1 -0
- package/dist/react/{storage.js → storage/storage.hook.js} +1 -1
- package/dist/{utils/storage-client.cjs → react/storage/storage.util.cjs} +1 -1
- package/dist/react/storage/storage.util.d.cts +1 -0
- package/dist/react/storage/storage.util.d.ts +1 -0
- package/dist/{utils/storage-client.js → react/storage/storage.util.js} +1 -1
- package/dist/react/toast/index.cjs +1 -0
- package/dist/react/toast/index.d.cts +2 -0
- package/dist/react/toast/index.d.ts +2 -0
- package/dist/react/toast/index.js +1 -0
- package/dist/react/vitest/index.cjs +1 -0
- package/dist/react/vitest/index.d.cts +2 -0
- package/dist/react/vitest/index.d.ts +2 -0
- package/dist/react/vitest/index.js +1 -0
- package/dist/{configs/vitest/react/e2e.cjs → react/vitest/vitest.e2e.cjs} +1 -1
- package/dist/react/vitest/vitest.e2e.d.cts +1 -0
- package/dist/react/vitest/vitest.e2e.d.ts +1 -0
- package/dist/{configs/vitest/react/e2e.js → react/vitest/vitest.e2e.js} +1 -1
- package/dist/react/vitest/vitest.unit.cjs +1 -0
- package/dist/react/vitest/vitest.unit.d.cts +1 -0
- package/dist/react/vitest/vitest.unit.d.ts +1 -0
- package/dist/react/vitest/vitest.unit.js +1 -0
- package/dist/typescript/index.cjs +1 -1
- package/dist/typescript/index.d.cts +1 -92
- package/dist/typescript/index.d.ts +1 -92
- package/dist/typescript/index.js +0 -1
- package/dist/typescript/react.d.cts +1 -1
- package/dist/typescript/react.d.ts +1 -1
- package/dist/utils/common/common.util.cjs +1 -0
- package/dist/utils/common/common.util.d.cts +2 -0
- package/dist/utils/common/common.util.d.ts +2 -0
- package/dist/utils/common/common.util.js +1 -0
- package/dist/utils/common/index.cjs +1 -0
- package/dist/utils/common/index.d.cts +2 -0
- package/dist/utils/common/index.d.ts +2 -0
- package/dist/utils/common/index.js +1 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +7 -7
- package/dist/utils/index.d.ts +7 -7
- package/dist/utils/index.js +1 -1
- package/dist/utils/object/index.cjs +1 -0
- package/dist/utils/object/index.d.cts +3 -0
- package/dist/utils/object/index.d.ts +3 -0
- package/dist/utils/object/index.js +1 -0
- package/dist/utils/object/object.util.cjs +1 -0
- package/dist/utils/object/object.util.d.cts +3 -0
- package/dist/utils/object/object.util.d.ts +3 -0
- package/dist/utils/object/object.util.js +1 -0
- package/dist/utils/serializer/index.d.cts +2 -0
- package/dist/utils/serializer/index.d.ts +2 -0
- package/dist/utils/serializer/serializer.type.d.cts +1 -0
- package/dist/utils/serializer/serializer.type.d.ts +1 -0
- package/dist/utils/serializer/serializer.util.cjs +1 -0
- package/dist/utils/serializer/serializer.util.d.cts +1 -0
- package/dist/utils/serializer/serializer.util.d.ts +1 -0
- package/dist/utils/serializer/serializer.util.js +1 -0
- package/dist/utils/string/index.d.cts +3 -0
- package/dist/utils/string/index.d.ts +3 -0
- package/dist/utils/string/index.js +1 -0
- package/dist/utils/string/string.type.d.cts +1 -0
- package/dist/utils/string/string.type.d.ts +1 -0
- package/dist/utils/string/string.util.cjs +1 -0
- package/dist/utils/string/string.util.d.cts +2 -0
- package/dist/utils/string/string.util.d.ts +2 -0
- package/dist/utils/validate/index.d.cts +1 -0
- package/dist/utils/validate/index.d.ts +1 -0
- package/dist/utils/validate/validate.util.cjs +1 -0
- package/dist/utils/validate/validate.util.d.cts +1 -0
- package/dist/utils/validate/validate.util.d.ts +1 -0
- package/dist/utils/validate/validate.util.js +1 -0
- package/package.json +96 -46
- package/dist/cli.cjs +0 -2
- package/dist/cli.js +0 -2
- package/dist/configs/graphql/graphql-codegen.cjs +0 -1
- package/dist/configs/graphql/graphql-codegen.js +0 -1
- package/dist/configs/i18n/react/i18next.d.cts +0 -1
- package/dist/configs/i18n/react/i18next.d.ts +0 -1
- package/dist/configs/i18n/react/index.d.cts +0 -1
- package/dist/configs/i18n/react/index.d.ts +0 -1
- package/dist/configs/vitest/react/e2e.d.cts +0 -1
- package/dist/configs/vitest/react/e2e.d.ts +0 -1
- package/dist/configs/vitest/react/unit.cjs +0 -1
- package/dist/configs/vitest/react/unit.d.cts +0 -1
- package/dist/configs/vitest/react/unit.d.ts +0 -1
- package/dist/configs/vitest/react/unit.js +0 -1
- package/dist/constants/cli.d.cts +0 -1
- package/dist/constants/cli.d.ts +0 -1
- package/dist/constants/common-nodejs.d.cts +0 -1
- package/dist/constants/common-nodejs.d.ts +0 -1
- package/dist/constants/graphql.d.cts +0 -1
- package/dist/constants/graphql.d.ts +0 -1
- package/dist/constants/package.d.cts +0 -1
- package/dist/constants/package.d.ts +0 -1
- package/dist/constants/path.cjs +0 -1
- package/dist/constants/path.d.cts +0 -39
- package/dist/constants/path.d.ts +0 -39
- package/dist/constants/path.js +0 -1
- package/dist/nodejs/mongo.d.cts +0 -5
- package/dist/nodejs/mongo.d.ts +0 -5
- package/dist/react/apollo-client.cjs +0 -1
- package/dist/react/apollo-client.d.cts +0 -1
- package/dist/react/apollo-client.d.ts +0 -1
- package/dist/react/apollo-client.js +0 -1
- package/dist/react/apollo-error.cjs +0 -1
- package/dist/react/apollo-error.d.cts +0 -5
- package/dist/react/apollo-error.d.ts +0 -5
- package/dist/react/apollo-error.js +0 -1
- package/dist/react/loading.cjs +0 -1
- package/dist/react/loading.d.cts +0 -4
- package/dist/react/loading.d.ts +0 -4
- package/dist/react/loading.js +0 -1
- package/dist/react/next-intl.cjs +0 -1
- package/dist/react/next-intl.d.cts +0 -5
- package/dist/react/next-intl.d.ts +0 -5
- package/dist/react/next-intl.js +0 -1
- package/dist/react/storage.d.cts +0 -1
- package/dist/react/storage.d.ts +0 -1
- package/dist/typescript/api-response.d.cts +0 -3
- package/dist/typescript/api-response.d.ts +0 -3
- package/dist/typescript/apollo-error.d.cts +0 -1
- package/dist/typescript/apollo-error.d.ts +0 -1
- package/dist/typescript/apollo.d.cts +0 -5
- package/dist/typescript/apollo.d.ts +0 -5
- package/dist/typescript/command.cjs +0 -1
- package/dist/typescript/command.d.cts +0 -10
- package/dist/typescript/command.d.ts +0 -10
- package/dist/typescript/command.js +0 -1
- package/dist/typescript/graphql-codegen.d.cts +0 -1
- package/dist/typescript/graphql-codegen.d.ts +0 -1
- package/dist/typescript/loading.d.cts +0 -1
- package/dist/typescript/loading.d.ts +0 -1
- package/dist/typescript/log.d.cts +0 -3
- package/dist/typescript/log.d.ts +0 -3
- package/dist/typescript/mongo.d.cts +0 -56
- package/dist/typescript/mongo.d.ts +0 -56
- package/dist/typescript/next-intl.d.cts +0 -3
- package/dist/typescript/next-intl.d.ts +0 -3
- package/dist/typescript/package.d.cts +0 -3
- package/dist/typescript/package.d.ts +0 -3
- package/dist/typescript/serializer.d.cts +0 -1
- package/dist/typescript/serializer.d.ts +0 -1
- package/dist/typescript/string.cjs +0 -1
- package/dist/typescript/string.d.cts +0 -1
- package/dist/typescript/string.d.ts +0 -1
- package/dist/typescript/string.js +0 -0
- package/dist/utils/command.cjs +0 -1
- package/dist/utils/command.d.cts +0 -6
- package/dist/utils/command.d.ts +0 -6
- package/dist/utils/command.js +0 -1
- package/dist/utils/common.cjs +0 -1
- package/dist/utils/common.d.cts +0 -5
- package/dist/utils/common.d.ts +0 -5
- package/dist/utils/common.js +0 -1
- package/dist/utils/fs.d.cts +0 -5
- package/dist/utils/fs.d.ts +0 -5
- package/dist/utils/index-nodejs.cjs +0 -1
- package/dist/utils/index-nodejs.d.cts +0 -22
- package/dist/utils/index-nodejs.d.ts +0 -22
- package/dist/utils/index-nodejs.js +0 -1
- package/dist/utils/log-nodejs.d.cts +0 -2
- package/dist/utils/log-nodejs.d.ts +0 -2
- package/dist/utils/log.d.cts +0 -1
- package/dist/utils/log.d.ts +0 -1
- package/dist/utils/package.cjs +0 -1
- package/dist/utils/package.d.cts +0 -3
- package/dist/utils/package.d.ts +0 -3
- package/dist/utils/package.js +0 -1
- package/dist/utils/path.cjs +0 -1
- package/dist/utils/path.d.cts +0 -3
- package/dist/utils/path.d.ts +0 -3
- package/dist/utils/path.js +0 -1
- package/dist/utils/serializer.d.cts +0 -1
- package/dist/utils/serializer.d.ts +0 -1
- package/dist/utils/storage-client.d.cts +0 -1
- package/dist/utils/storage-client.d.ts +0 -1
- package/dist/utils/storage-server.cjs +0 -1
- package/dist/utils/storage-server.d.cts +0 -3
- package/dist/utils/storage-server.d.ts +0 -3
- package/dist/utils/storage-server.js +0 -1
- package/dist/utils/string.d.cts +0 -2
- package/dist/utils/string.d.ts +0 -2
- package/dist/utils/validate.d.cts +0 -1
- package/dist/utils/validate.d.ts +0 -1
- /package/dist/configs/commitlint/{base.cjs → index.cjs} +0 -0
- /package/dist/configs/commitlint/{base.d.cts → index.d.cts} +0 -0
- /package/dist/configs/commitlint/{base.d.ts → index.d.ts} +0 -0
- /package/dist/configs/commitlint/{base.js → index.js} +0 -0
- /package/dist/{typescript/config.cjs → configs/config.type.cjs} +0 -0
- /package/dist/{typescript/config.d.cts → configs/config.type.d.cts} +0 -0
- /package/dist/{typescript/config.d.ts → configs/config.type.d.ts} +0 -0
- /package/dist/{typescript/config.js → configs/config.type.js} +0 -0
- /package/dist/configs/eslint/{base.cjs → index.cjs} +0 -0
- /package/dist/configs/eslint/{base.d.cts → index.d.cts} +0 -0
- /package/dist/configs/eslint/{base.d.ts → index.d.ts} +0 -0
- /package/dist/configs/eslint/{base.js → index.js} +0 -0
- /package/dist/{typescript/api-response.cjs → configs/graphql/graphql-codegen.type.cjs} +0 -0
- /package/dist/{typescript/api-response.js → configs/graphql/graphql-codegen.type.js} +0 -0
- /package/dist/configs/graphql/{graphql-codegen.d.cts → graphql-codegen.util.d.cts} +0 -0
- /package/dist/configs/graphql/{graphql-codegen.d.ts → graphql-codegen.util.d.ts} +0 -0
- /package/dist/configs/lint-staged/{base.cjs → index.cjs} +0 -0
- /package/dist/configs/lint-staged/{base.d.cts → index.d.cts} +0 -0
- /package/dist/configs/lint-staged/{base.d.ts → index.d.ts} +0 -0
- /package/dist/configs/lint-staged/{base.js → index.js} +0 -0
- /package/dist/constants/{common-nodejs.cjs → nodejs.cjs} +0 -0
- /package/dist/constants/{common-nodejs.js → nodejs.js} +0 -0
- /package/dist/{constants/cli.cjs → nodejs/cli/cli.constant.cjs} +0 -0
- /package/dist/{constants/cli.js → nodejs/cli/cli.constant.js} +0 -0
- /package/dist/{cli.d.cts → nodejs/cli/cli.util.d.cts} +0 -0
- /package/dist/{cli.d.ts → nodejs/cli/cli.util.d.ts} +0 -0
- /package/dist/{utils/fs.cjs → nodejs/fs/fs.util.cjs} +0 -0
- /package/dist/{utils/fs.js → nodejs/fs/fs.util.js} +0 -0
- /package/dist/{utils/log-nodejs.cjs → nodejs/log/log.util.cjs} +0 -0
- /package/dist/{utils/log-nodejs.js → nodejs/log/log.util.js} +0 -0
- /package/dist/nodejs/{mongo.cjs → mongo/mongo.cjs} +0 -0
- /package/dist/nodejs/{mongo.js → mongo/mongo.js} +0 -0
- /package/dist/{typescript/mongo.cjs → nodejs/mongo/mongo.type.cjs} +0 -0
- /package/dist/{typescript/mongo.js → nodejs/mongo/mongo.type.js} +0 -0
- /package/dist/{constants/package.cjs → nodejs/package/package.constant.cjs} +0 -0
- /package/dist/{constants/package.js → nodejs/package/package.constant.js} +0 -0
- /package/dist/{typescript/apollo-error.cjs → nodejs/package/package.type.cjs} +0 -0
- /package/dist/{typescript/apollo-error.js → nodejs/package/package.type.js} +0 -0
- /package/dist/{constants/graphql.cjs → react/apollo-client/apollo-client.constant.cjs} +0 -0
- /package/dist/{constants/graphql.js → react/apollo-client/apollo-client.constant.js} +0 -0
- /package/dist/{typescript/apollo.cjs → react/apollo-client/apollo-client.type.cjs} +0 -0
- /package/dist/{typescript/apollo.js → react/apollo-client/apollo-client.type.js} +0 -0
- /package/dist/react/{apollo-error.module.d.cts → apollo-error/apollo-error.module.d.cts} +0 -0
- /package/dist/react/{apollo-error.module.d.ts → apollo-error/apollo-error.module.d.ts} +0 -0
- /package/dist/{typescript/graphql-codegen.cjs → react/apollo-error/apollo-error.type.cjs} +0 -0
- /package/dist/{typescript/graphql-codegen.js → react/apollo-error/apollo-error.type.js} +0 -0
- /package/dist/{configs/i18n/react → react/i18next}/i18next.cjs +0 -0
- /package/dist/{configs/i18n/react → react/i18next}/i18next.js +0 -0
- /package/dist/{configs/i18n/react → react/i18next}/index.cjs +0 -0
- /package/dist/{configs/i18n/react → react/i18next}/index.js +0 -0
- /package/dist/react/{loading.module.d.cts → loading/loading.module.d.cts} +0 -0
- /package/dist/react/{loading.module.d.ts → loading/loading.module.d.ts} +0 -0
- /package/dist/react/{loading.module.scss → loading/loading.module.scss} +0 -0
- /package/dist/{typescript/loading.cjs → react/loading/loading.type.cjs} +0 -0
- /package/dist/{typescript/loading.js → react/loading/loading.type.js} +0 -0
- /package/dist/{utils/log.cjs → react/log/index.cjs} +0 -0
- /package/dist/{utils/log.js → react/log/index.js} +0 -0
- /package/dist/{typescript/log.cjs → react/log/log.type.cjs} +0 -0
- /package/dist/{typescript/log.js → react/log/log.type.js} +0 -0
- /package/dist/{typescript/next-intl.cjs → react/next-intl/next-intl.type.cjs} +0 -0
- /package/dist/{typescript/next-intl.js → react/next-intl/next-intl.type.js} +0 -0
- /package/dist/{configs/vitest/react/unit.setup.cjs → react/vitest/vitest.unit.setup.cjs} +0 -0
- /package/dist/{configs/vitest/react/unit.setup.d.cts → react/vitest/vitest.unit.setup.d.cts} +0 -0
- /package/dist/{configs/vitest/react/unit.setup.d.ts → react/vitest/vitest.unit.setup.d.ts} +0 -0
- /package/dist/{configs/vitest/react/unit.setup.js → react/vitest/vitest.unit.setup.js} +0 -0
- /package/dist/utils/{serializer.cjs → serializer/index.cjs} +0 -0
- /package/dist/utils/{serializer.js → serializer/index.js} +0 -0
- /package/dist/{typescript/package.cjs → utils/serializer/serializer.type.cjs} +0 -0
- /package/dist/{typescript/package.js → utils/serializer/serializer.type.js} +0 -0
- /package/dist/utils/{string.cjs → string/index.cjs} +0 -0
- /package/dist/{typescript/serializer.cjs → utils/string/string.type.cjs} +0 -0
- /package/dist/{typescript/serializer.js → utils/string/string.type.js} +0 -0
- /package/dist/utils/{string.js → string/string.util.js} +0 -0
- /package/dist/utils/{validate.cjs → validate/index.cjs} +0 -0
- /package/dist/utils/{validate.js → validate/index.js} +0 -0
|
@@ -5,7 +5,7 @@ import type { AggregatePaginateResult } from 'mongoose';
|
|
|
5
5
|
import { ApolloCache } from '@apollo/client';
|
|
6
6
|
import { ApolloClient } from '@apollo/client';
|
|
7
7
|
import { ApolloClientOptions } from '@apollo/client';
|
|
8
|
-
import type { ApolloError } from '@apollo/client';
|
|
8
|
+
import type { ApolloError as ApolloError_2 } from '@apollo/client';
|
|
9
9
|
import type { ApolloLink } from '@apollo/client';
|
|
10
10
|
import type { ClientSession } from 'mongoose';
|
|
11
11
|
import type { CodegenConfig } from '@graphql-codegen/cli';
|
|
@@ -20,7 +20,9 @@ import type { ErrorHandlingMiddlewareFunction } from 'mongoose';
|
|
|
20
20
|
import type { ErrorHandlingMiddlewareWithOption } from 'mongoose';
|
|
21
21
|
import type { Filter } from 'mongodb';
|
|
22
22
|
import type { FilterQuery } from 'mongoose';
|
|
23
|
-
import {
|
|
23
|
+
import { I_ApolloErrorContext as I_ApolloErrorContext_2 } from './apollo-error.type.js';
|
|
24
|
+
import { I_Command as I_Command_2 } from './command.type.js';
|
|
25
|
+
import { I_LoadingContext as I_LoadingContext_2 } from './loading.type.js';
|
|
24
26
|
import type { InitOptions } from 'i18next';
|
|
25
27
|
import type { InsertManyOptions } from 'mongoose';
|
|
26
28
|
import type { InsertManyResult } from 'mongodb';
|
|
@@ -52,6 +54,8 @@ import type { Schema } from 'mongoose';
|
|
|
52
54
|
import type { SchemaDefinition } from 'mongoose';
|
|
53
55
|
import { TFunction } from 'i18next';
|
|
54
56
|
import type { Timezone } from 'next-intl';
|
|
57
|
+
import { toast } from 'react-hot-toast';
|
|
58
|
+
import { Toaster } from 'react-hot-toast';
|
|
55
59
|
import type { UpdateQuery } from 'mongoose';
|
|
56
60
|
import type { UpdateResult } from 'mongodb';
|
|
57
61
|
import type { UserConfig } from 'vite';
|
|
@@ -61,35 +65,48 @@ import type { WithId } from 'mongodb';
|
|
|
61
65
|
export { aggregatePaginate }
|
|
62
66
|
export { aggregatePaginate as aggregatePaginate_alias_1 }
|
|
63
67
|
export { aggregatePaginate as aggregatePaginate_alias_2 }
|
|
68
|
+
export { aggregatePaginate as aggregatePaginate_alias_3 }
|
|
64
69
|
|
|
65
70
|
export { ApolloCache }
|
|
66
71
|
export { ApolloCache as ApolloCache_alias_1 }
|
|
67
72
|
export { ApolloCache as ApolloCache_alias_2 }
|
|
73
|
+
export { ApolloCache as ApolloCache_alias_3 }
|
|
68
74
|
|
|
69
75
|
export { ApolloClient }
|
|
70
76
|
export { ApolloClient as ApolloClient_alias_1 }
|
|
71
77
|
export { ApolloClient as ApolloClient_alias_2 }
|
|
78
|
+
export { ApolloClient as ApolloClient_alias_3 }
|
|
72
79
|
|
|
73
80
|
export { ApolloClientOptions }
|
|
74
81
|
export { ApolloClientOptions as ApolloClientOptions_alias_1 }
|
|
75
82
|
export { ApolloClientOptions as ApolloClientOptions_alias_2 }
|
|
83
|
+
export { ApolloClientOptions as ApolloClientOptions_alias_3 }
|
|
76
84
|
|
|
77
|
-
declare function
|
|
78
|
-
export {
|
|
79
|
-
export {
|
|
80
|
-
export {
|
|
85
|
+
declare function ApolloError(): JSX_2.Element | null;
|
|
86
|
+
export { ApolloError }
|
|
87
|
+
export { ApolloError as ApolloError_alias_1 }
|
|
88
|
+
export { ApolloError as ApolloError_alias_2 }
|
|
89
|
+
export { ApolloError as ApolloError_alias_3 }
|
|
81
90
|
|
|
82
|
-
declare
|
|
91
|
+
declare const ApolloErrorContext: Context<I_ApolloErrorContext | undefined>;
|
|
92
|
+
export { ApolloErrorContext }
|
|
93
|
+
export { ApolloErrorContext as ApolloErrorContext_alias_1 }
|
|
94
|
+
export { ApolloErrorContext as ApolloErrorContext_alias_2 }
|
|
95
|
+
export { ApolloErrorContext as ApolloErrorContext_alias_3 }
|
|
96
|
+
|
|
97
|
+
declare function ApolloErrorProvider({ children }: {
|
|
83
98
|
children: ReactNode;
|
|
84
99
|
}): JSX_2.Element;
|
|
85
|
-
export {
|
|
86
|
-
export {
|
|
87
|
-
export {
|
|
100
|
+
export { ApolloErrorProvider }
|
|
101
|
+
export { ApolloErrorProvider as ApolloErrorProvider_alias_1 }
|
|
102
|
+
export { ApolloErrorProvider as ApolloErrorProvider_alias_2 }
|
|
103
|
+
export { ApolloErrorProvider as ApolloErrorProvider_alias_3 }
|
|
88
104
|
|
|
89
|
-
declare function ApolloProvider({ isNextJS, options, children, client: CustomClient, provider: CustomProvider, cache: CustomCache, }:
|
|
105
|
+
declare function ApolloProvider({ isNextJS, options, children, client: CustomClient, provider: CustomProvider, cache: CustomCache, }: I_ApolloProviderProps): JSX_2.Element;
|
|
90
106
|
export { ApolloProvider }
|
|
91
107
|
export { ApolloProvider as ApolloProvider_alias_1 }
|
|
92
108
|
export { ApolloProvider as ApolloProvider_alias_2 }
|
|
109
|
+
export { ApolloProvider as ApolloProvider_alias_3 }
|
|
93
110
|
|
|
94
111
|
declare function appendFileSync(filePath: string, data: string | T_Object_2, options?: {
|
|
95
112
|
isJson?: boolean;
|
|
@@ -97,56 +114,61 @@ declare function appendFileSync(filePath: string, data: string | T_Object_2, opt
|
|
|
97
114
|
export { appendFileSync }
|
|
98
115
|
export { appendFileSync as appendFileSync_alias_1 }
|
|
99
116
|
export { appendFileSync as appendFileSync_alias_2 }
|
|
117
|
+
export { appendFileSync as appendFileSync_alias_3 }
|
|
100
118
|
|
|
101
119
|
declare const BUILD_DIRECTORY = "dist";
|
|
102
120
|
export { BUILD_DIRECTORY }
|
|
103
121
|
export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_1 }
|
|
104
122
|
export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_2 }
|
|
123
|
+
export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_3 }
|
|
105
124
|
|
|
106
125
|
declare class C_Collection<T extends Partial<C_Document>> extends Collection<T> {
|
|
107
126
|
}
|
|
108
127
|
export { C_Collection }
|
|
109
128
|
export { C_Collection as C_Collection_alias_1 }
|
|
110
129
|
export { C_Collection as C_Collection_alias_2 }
|
|
130
|
+
export { C_Collection as C_Collection_alias_3 }
|
|
111
131
|
|
|
112
132
|
declare class C_Db extends Db {
|
|
113
133
|
}
|
|
114
134
|
export { C_Db }
|
|
115
135
|
export { C_Db as C_Db_alias_1 }
|
|
116
136
|
export { C_Db as C_Db_alias_2 }
|
|
117
|
-
|
|
118
|
-
declare class C_Db_2 extends Db { }
|
|
137
|
+
export { C_Db as C_Db_alias_3 }
|
|
119
138
|
|
|
120
139
|
declare class C_Document extends Document_2 {
|
|
121
140
|
}
|
|
122
141
|
export { C_Document }
|
|
123
142
|
export { C_Document as C_Document_alias_1 }
|
|
124
143
|
export { C_Document as C_Document_alias_2 }
|
|
125
|
-
|
|
126
|
-
declare class C_Document_2 extends Document_2 { }
|
|
144
|
+
export { C_Document as C_Document_alias_3 }
|
|
127
145
|
|
|
128
146
|
declare class C_Model extends Model {
|
|
129
147
|
}
|
|
130
148
|
export { C_Model }
|
|
131
149
|
export { C_Model as C_Model_alias_1 }
|
|
132
150
|
export { C_Model as C_Model_alias_2 }
|
|
151
|
+
export { C_Model as C_Model_alias_3 }
|
|
133
152
|
|
|
134
|
-
declare const CHECK_PACKAGE_EMPTY_RESULT:
|
|
153
|
+
declare const CHECK_PACKAGE_EMPTY_RESULT: I_CheckPackage;
|
|
135
154
|
export { CHECK_PACKAGE_EMPTY_RESULT }
|
|
136
155
|
export { CHECK_PACKAGE_EMPTY_RESULT as CHECK_PACKAGE_EMPTY_RESULT_alias_1 }
|
|
137
156
|
export { CHECK_PACKAGE_EMPTY_RESULT as CHECK_PACKAGE_EMPTY_RESULT_alias_2 }
|
|
157
|
+
export { CHECK_PACKAGE_EMPTY_RESULT as CHECK_PACKAGE_EMPTY_RESULT_alias_3 }
|
|
138
158
|
|
|
139
159
|
declare function checkPackage(packageName: string, options?: {
|
|
140
160
|
update?: boolean;
|
|
141
|
-
}): Promise<
|
|
161
|
+
}): Promise<I_CheckPackage>;
|
|
142
162
|
export { checkPackage }
|
|
143
163
|
export { checkPackage as checkPackage_alias_1 }
|
|
144
164
|
export { checkPackage as checkPackage_alias_2 }
|
|
165
|
+
export { checkPackage as checkPackage_alias_3 }
|
|
145
166
|
|
|
146
167
|
declare function clearAllErrorLists(): Promise<void>;
|
|
147
168
|
export { clearAllErrorLists }
|
|
148
169
|
export { clearAllErrorLists as clearAllErrorLists_alias_1 }
|
|
149
170
|
export { clearAllErrorLists as clearAllErrorLists_alias_2 }
|
|
171
|
+
export { clearAllErrorLists as clearAllErrorLists_alias_3 }
|
|
150
172
|
|
|
151
173
|
declare const COMMAND: {
|
|
152
174
|
SIMPLE_GIT_HOOKS: string;
|
|
@@ -171,6 +193,7 @@ declare const COMMAND: {
|
|
|
171
193
|
export { COMMAND }
|
|
172
194
|
export { COMMAND as COMMAND_alias_1 }
|
|
173
195
|
export { COMMAND as COMMAND_alias_2 }
|
|
196
|
+
export { COMMAND as COMMAND_alias_3 }
|
|
174
197
|
|
|
175
198
|
declare const COMMAND_DESCRIPTIONS: {
|
|
176
199
|
lint: string;
|
|
@@ -187,18 +210,21 @@ declare const COMMAND_DESCRIPTIONS: {
|
|
|
187
210
|
export { COMMAND_DESCRIPTIONS }
|
|
188
211
|
export { COMMAND_DESCRIPTIONS as COMMAND_DESCRIPTIONS_alias_1 }
|
|
189
212
|
export { COMMAND_DESCRIPTIONS as COMMAND_DESCRIPTIONS_alias_2 }
|
|
213
|
+
export { COMMAND_DESCRIPTIONS as COMMAND_DESCRIPTIONS_alias_3 }
|
|
190
214
|
|
|
191
215
|
declare const COMMIT_LINT_CLI = "commitlint";
|
|
192
216
|
export { COMMIT_LINT_CLI }
|
|
193
217
|
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_1 }
|
|
194
218
|
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_2 }
|
|
219
|
+
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_3 }
|
|
195
220
|
|
|
196
221
|
declare const COMMIT_LINT_PACKAGE_NAME = "@commitlint/cli";
|
|
197
222
|
export { COMMIT_LINT_PACKAGE_NAME }
|
|
198
223
|
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_1 }
|
|
199
224
|
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_2 }
|
|
225
|
+
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_3 }
|
|
200
226
|
|
|
201
|
-
declare function createGraphqlCodegenConfig({ uri, from, to, withComponent, withHOC, withHooks, withMutationFn, withRefetchFn, }:
|
|
227
|
+
declare function createGraphqlCodegenConfig({ uri, from, to, withComponent, withHOC, withHooks, withMutationFn, withRefetchFn, }: I_GraphqlCodegenConfig): CodegenConfig;
|
|
202
228
|
export { createGraphqlCodegenConfig }
|
|
203
229
|
export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_1 }
|
|
204
230
|
|
|
@@ -206,21 +232,31 @@ declare const CYBERSKILL_CLI = "cyberskill";
|
|
|
206
232
|
export { CYBERSKILL_CLI }
|
|
207
233
|
export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_1 }
|
|
208
234
|
export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_2 }
|
|
235
|
+
export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_3 }
|
|
236
|
+
|
|
237
|
+
declare const CYBERSKILL_CLI_PATH = "src/nodejs/cli/index.ts";
|
|
238
|
+
export { CYBERSKILL_CLI_PATH }
|
|
239
|
+
export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_1 }
|
|
240
|
+
export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_2 }
|
|
241
|
+
export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_3 }
|
|
209
242
|
|
|
210
243
|
declare const CYBERSKILL_DIRECTORY: string;
|
|
211
244
|
export { CYBERSKILL_DIRECTORY }
|
|
212
245
|
export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_1 }
|
|
213
246
|
export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_2 }
|
|
247
|
+
export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_3 }
|
|
214
248
|
|
|
215
249
|
declare const CYBERSKILL_PACKAGE_NAME = "@cyberskill/shared";
|
|
216
250
|
export { CYBERSKILL_PACKAGE_NAME }
|
|
217
251
|
export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_1 }
|
|
218
252
|
export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_2 }
|
|
253
|
+
export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_3 }
|
|
219
254
|
|
|
220
255
|
declare const CYBERSKILL_STORAGE = ".cyberskill-storage";
|
|
221
256
|
export { CYBERSKILL_STORAGE }
|
|
222
257
|
export { CYBERSKILL_STORAGE as CYBERSKILL_STORAGE_alias_1 }
|
|
223
258
|
export { CYBERSKILL_STORAGE as CYBERSKILL_STORAGE_alias_2 }
|
|
259
|
+
export { CYBERSKILL_STORAGE as CYBERSKILL_STORAGE_alias_3 }
|
|
224
260
|
|
|
225
261
|
declare const DEBUG: boolean;
|
|
226
262
|
export { DEBUG }
|
|
@@ -231,6 +267,7 @@ declare function deepMerge(...object: T_Object_2[]): T_Object_2;
|
|
|
231
267
|
export { deepMerge }
|
|
232
268
|
export { deepMerge as deepMerge_alias_1 }
|
|
233
269
|
export { deepMerge as deepMerge_alias_2 }
|
|
270
|
+
export { deepMerge as deepMerge_alias_3 }
|
|
234
271
|
|
|
235
272
|
export declare const default_alias: {
|
|
236
273
|
extends: string[];
|
|
@@ -1394,10 +1431,6 @@ export declare const default_alias_2: {
|
|
|
1394
1431
|
'*': string[];
|
|
1395
1432
|
};
|
|
1396
1433
|
|
|
1397
|
-
export declare const default_alias_3: (options: UserConfig) => UserConfig;
|
|
1398
|
-
|
|
1399
|
-
export declare const default_alias_4: (options: UserConfig) => UserConfig;
|
|
1400
|
-
|
|
1401
1434
|
declare enum E_CommandType {
|
|
1402
1435
|
PNPM_ADD_AND_EXEC = "PNPM_ADD_AND_EXEC",
|
|
1403
1436
|
PNPM_ADD_DEV_AND_EXEC = "PNPM_ADD_DEV_AND_EXEC",
|
|
@@ -1406,6 +1439,7 @@ declare enum E_CommandType {
|
|
|
1406
1439
|
export { E_CommandType }
|
|
1407
1440
|
export { E_CommandType as E_CommandType_alias_1 }
|
|
1408
1441
|
export { E_CommandType as E_CommandType_alias_2 }
|
|
1442
|
+
export { E_CommandType as E_CommandType_alias_3 }
|
|
1409
1443
|
|
|
1410
1444
|
declare enum E_ConfigType {
|
|
1411
1445
|
ESLINT = "eslint",
|
|
@@ -1418,14 +1452,6 @@ export { E_ConfigType }
|
|
|
1418
1452
|
export { E_ConfigType as E_ConfigType_alias_1 }
|
|
1419
1453
|
export { E_ConfigType as E_ConfigType_alias_2 }
|
|
1420
1454
|
|
|
1421
|
-
declare enum E_ConfigType_2 {
|
|
1422
|
-
ESLINT = 'eslint',
|
|
1423
|
-
COMMITLINT = 'commitlint',
|
|
1424
|
-
LINT_STAGED = 'lint-staged',
|
|
1425
|
-
VITEST_REACT_E2E = 'vitest-react-e2e',
|
|
1426
|
-
VITEST_REACT_UNIT = 'vitest-react-unit',
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
1455
|
declare enum E_IssueType {
|
|
1430
1456
|
Error = "error",
|
|
1431
1457
|
Warning = "warning"
|
|
@@ -1433,103 +1459,111 @@ declare enum E_IssueType {
|
|
|
1433
1459
|
export { E_IssueType }
|
|
1434
1460
|
export { E_IssueType as E_IssueType_alias_1 }
|
|
1435
1461
|
export { E_IssueType as E_IssueType_alias_2 }
|
|
1436
|
-
|
|
1437
|
-
declare enum E_IssueType_2 {
|
|
1438
|
-
Error = 'error',
|
|
1439
|
-
Warning = 'warning',
|
|
1440
|
-
}
|
|
1462
|
+
export { E_IssueType as E_IssueType_alias_3 }
|
|
1441
1463
|
|
|
1442
1464
|
declare const ESLINT_CLI = "eslint";
|
|
1443
1465
|
export { ESLINT_CLI }
|
|
1444
1466
|
export { ESLINT_CLI as ESLINT_CLI_alias_1 }
|
|
1445
1467
|
export { ESLINT_CLI as ESLINT_CLI_alias_2 }
|
|
1468
|
+
export { ESLINT_CLI as ESLINT_CLI_alias_3 }
|
|
1446
1469
|
|
|
1447
1470
|
declare const ESLINT_INSPECT_CLI = "eslint-config-inspector";
|
|
1448
1471
|
export { ESLINT_INSPECT_CLI }
|
|
1449
1472
|
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_1 }
|
|
1450
1473
|
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_2 }
|
|
1474
|
+
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_3 }
|
|
1451
1475
|
|
|
1452
1476
|
declare const ESLINT_INSPECT_PACKAGE_NAME = "@eslint/config-inspector";
|
|
1453
1477
|
export { ESLINT_INSPECT_PACKAGE_NAME }
|
|
1454
1478
|
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_1 }
|
|
1455
1479
|
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_2 }
|
|
1480
|
+
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_3 }
|
|
1456
1481
|
|
|
1457
1482
|
declare const ESLINT_PACKAGE_NAME = "eslint";
|
|
1458
1483
|
export { ESLINT_PACKAGE_NAME }
|
|
1459
1484
|
export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_1 }
|
|
1460
1485
|
export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_2 }
|
|
1486
|
+
export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_3 }
|
|
1461
1487
|
|
|
1462
1488
|
declare function executeCommand(command: string, parser?: typeof parseCommandOutput): Promise<void>;
|
|
1463
1489
|
export { executeCommand }
|
|
1464
1490
|
export { executeCommand as executeCommand_alias_1 }
|
|
1465
1491
|
export { executeCommand as executeCommand_alias_2 }
|
|
1492
|
+
export { executeCommand as executeCommand_alias_3 }
|
|
1466
1493
|
|
|
1467
1494
|
declare function existsSync(...paths: string[]): boolean;
|
|
1468
1495
|
export { existsSync }
|
|
1469
1496
|
export { existsSync as existsSync_alias_1 }
|
|
1470
1497
|
export { existsSync as existsSync_alias_2 }
|
|
1498
|
+
export { existsSync as existsSync_alias_3 }
|
|
1471
1499
|
|
|
1472
|
-
declare function formatCommand(command:
|
|
1500
|
+
declare function formatCommand(command: T_Command, context?: I_CommandContext): string | I_Command_2;
|
|
1473
1501
|
export { formatCommand }
|
|
1474
1502
|
export { formatCommand as formatCommand_alias_1 }
|
|
1475
1503
|
export { formatCommand as formatCommand_alias_2 }
|
|
1504
|
+
export { formatCommand as formatCommand_alias_3 }
|
|
1476
1505
|
|
|
1477
1506
|
declare function generateShortId(uuid: string, length?: number): string;
|
|
1478
1507
|
export { generateShortId }
|
|
1479
1508
|
export { generateShortId as generateShortId_alias_1 }
|
|
1480
1509
|
export { generateShortId as generateShortId_alias_2 }
|
|
1510
|
+
export { generateShortId as generateShortId_alias_3 }
|
|
1481
1511
|
|
|
1482
|
-
declare function generateSlug(str?: string, options?:
|
|
1512
|
+
declare function generateSlug(str?: string, options?: I_SlugifyOptions): string;
|
|
1483
1513
|
export { generateSlug }
|
|
1484
1514
|
export { generateSlug as generateSlug_alias_1 }
|
|
1485
1515
|
export { generateSlug as generateSlug_alias_2 }
|
|
1516
|
+
export { generateSlug as generateSlug_alias_3 }
|
|
1486
1517
|
|
|
1487
1518
|
declare function getLatestPackageVersion(packageName: string): Promise<string>;
|
|
1488
1519
|
export { getLatestPackageVersion }
|
|
1489
1520
|
export { getLatestPackageVersion as getLatestPackageVersion_alias_1 }
|
|
1490
1521
|
export { getLatestPackageVersion as getLatestPackageVersion_alias_2 }
|
|
1522
|
+
export { getLatestPackageVersion as getLatestPackageVersion_alias_3 }
|
|
1491
1523
|
|
|
1492
|
-
declare function getPackage(packageName: string):
|
|
1524
|
+
declare function getPackage(packageName: string): I_GetPackage | false;
|
|
1493
1525
|
export { getPackage }
|
|
1494
1526
|
export { getPackage as getPackage_alias_1 }
|
|
1495
1527
|
export { getPackage as getPackage_alias_2 }
|
|
1528
|
+
export { getPackage as getPackage_alias_3 }
|
|
1496
1529
|
|
|
1497
|
-
declare function
|
|
1498
|
-
export { getStorageDir }
|
|
1499
|
-
export { getStorageDir as getStorageDir_alias_1 }
|
|
1500
|
-
export { getStorageDir as getStorageDir_alias_2 }
|
|
1501
|
-
|
|
1502
|
-
declare function getStoredErrorLists(): Promise<I_IssueEntry_2[]>;
|
|
1530
|
+
declare function getStoredErrorLists(): Promise<I_IssueEntry[]>;
|
|
1503
1531
|
export { getStoredErrorLists }
|
|
1504
1532
|
export { getStoredErrorLists as getStoredErrorLists_alias_1 }
|
|
1505
1533
|
export { getStoredErrorLists as getStoredErrorLists_alias_2 }
|
|
1534
|
+
export { getStoredErrorLists as getStoredErrorLists_alias_3 }
|
|
1506
1535
|
|
|
1507
1536
|
declare const GIT_CLI = "git";
|
|
1508
1537
|
export { GIT_CLI }
|
|
1509
1538
|
export { GIT_CLI as GIT_CLI_alias_1 }
|
|
1510
1539
|
export { GIT_CLI as GIT_CLI_alias_2 }
|
|
1540
|
+
export { GIT_CLI as GIT_CLI_alias_3 }
|
|
1511
1541
|
|
|
1512
1542
|
declare const GIT_COMMIT_EDITMSG = ".git/COMMIT_EDITMSG";
|
|
1513
1543
|
export { GIT_COMMIT_EDITMSG }
|
|
1514
1544
|
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_1 }
|
|
1515
1545
|
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_2 }
|
|
1546
|
+
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_3 }
|
|
1516
1547
|
|
|
1517
1548
|
declare const GIT_HOOK = ".git/hooks/";
|
|
1518
1549
|
export { GIT_HOOK }
|
|
1519
1550
|
export { GIT_HOOK as GIT_HOOK_alias_1 }
|
|
1520
1551
|
export { GIT_HOOK as GIT_HOOK_alias_2 }
|
|
1552
|
+
export { GIT_HOOK as GIT_HOOK_alias_3 }
|
|
1521
1553
|
|
|
1522
1554
|
declare const GIT_IGNORE = ".gitignore";
|
|
1523
1555
|
export { GIT_IGNORE }
|
|
1524
1556
|
export { GIT_IGNORE as GIT_IGNORE_alias_1 }
|
|
1525
1557
|
export { GIT_IGNORE as GIT_IGNORE_alias_2 }
|
|
1558
|
+
export { GIT_IGNORE as GIT_IGNORE_alias_3 }
|
|
1526
1559
|
|
|
1527
1560
|
declare const GRAPHQL_URI_DEFAULT = "/graphql";
|
|
1528
1561
|
export { GRAPHQL_URI_DEFAULT }
|
|
1529
1562
|
export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_1 }
|
|
1530
1563
|
export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_2 }
|
|
1564
|
+
export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_3 }
|
|
1531
1565
|
|
|
1532
|
-
declare function HOOK({ isCurrentProject }: Partial<
|
|
1566
|
+
declare function HOOK({ isCurrentProject }: Partial<I_CommandContext>): {
|
|
1533
1567
|
'pre-push'?: {
|
|
1534
1568
|
raw: boolean;
|
|
1535
1569
|
cmd: string;
|
|
@@ -1540,21 +1574,17 @@ declare function HOOK({ isCurrentProject }: Partial<I_CommandContext_2>): {
|
|
|
1540
1574
|
export { HOOK }
|
|
1541
1575
|
export { HOOK as HOOK_alias_1 }
|
|
1542
1576
|
export { HOOK as HOOK_alias_2 }
|
|
1577
|
+
export { HOOK as HOOK_alias_3 }
|
|
1543
1578
|
|
|
1544
|
-
declare interface
|
|
1545
|
-
error:
|
|
1546
|
-
showError: (error:
|
|
1547
|
-
hideError: () => void;
|
|
1548
|
-
}
|
|
1549
|
-
export { I_ApolloErrorViewerContext }
|
|
1550
|
-
export { I_ApolloErrorViewerContext as I_ApolloErrorViewerContext_alias_1 }
|
|
1551
|
-
export { I_ApolloErrorViewerContext as I_ApolloErrorViewerContext_alias_2 }
|
|
1552
|
-
|
|
1553
|
-
declare interface I_ApolloErrorViewerContext_2 {
|
|
1554
|
-
error: ApolloError | null;
|
|
1555
|
-
showError: (error: ApolloError) => void;
|
|
1579
|
+
declare interface I_ApolloErrorContext {
|
|
1580
|
+
error: ApolloError_2 | null;
|
|
1581
|
+
showError: (error: ApolloError_2) => void;
|
|
1556
1582
|
hideError: () => void;
|
|
1557
1583
|
}
|
|
1584
|
+
export { I_ApolloErrorContext }
|
|
1585
|
+
export { I_ApolloErrorContext as I_ApolloErrorContext_alias_1 }
|
|
1586
|
+
export { I_ApolloErrorContext as I_ApolloErrorContext_alias_2 }
|
|
1587
|
+
export { I_ApolloErrorContext as I_ApolloErrorContext_alias_3 }
|
|
1558
1588
|
|
|
1559
1589
|
declare interface I_ApolloOptions extends Omit<ApolloClientOptions<NormalizedCacheObject>, 'cache'> {
|
|
1560
1590
|
uri?: string;
|
|
@@ -1566,17 +1596,9 @@ declare interface I_ApolloOptions extends Omit<ApolloClientOptions<NormalizedCac
|
|
|
1566
1596
|
export { I_ApolloOptions }
|
|
1567
1597
|
export { I_ApolloOptions as I_ApolloOptions_alias_1 }
|
|
1568
1598
|
export { I_ApolloOptions as I_ApolloOptions_alias_2 }
|
|
1599
|
+
export { I_ApolloOptions as I_ApolloOptions_alias_3 }
|
|
1569
1600
|
|
|
1570
|
-
declare interface
|
|
1571
|
-
uri?: string;
|
|
1572
|
-
wsUrl?: string;
|
|
1573
|
-
cache?: ApolloCache<NormalizedCacheObject>;
|
|
1574
|
-
customLinks?: ApolloLink[];
|
|
1575
|
-
ssrMode?: boolean;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
declare interface I_ApolloProviderProps {
|
|
1579
|
-
children: T_Children;
|
|
1601
|
+
declare interface I_ApolloProviderProps extends I_Children_2 {
|
|
1580
1602
|
isNextJS?: boolean;
|
|
1581
1603
|
options?: I_ApolloOptions;
|
|
1582
1604
|
client?: ApolloClient<NormalizedCacheObject>;
|
|
@@ -1587,16 +1609,7 @@ declare interface I_ApolloProviderProps {
|
|
|
1587
1609
|
export { I_ApolloProviderProps }
|
|
1588
1610
|
export { I_ApolloProviderProps as I_ApolloProviderProps_alias_1 }
|
|
1589
1611
|
export { I_ApolloProviderProps as I_ApolloProviderProps_alias_2 }
|
|
1590
|
-
|
|
1591
|
-
declare interface I_ApolloProviderProps_2 {
|
|
1592
|
-
children: T_Children_2;
|
|
1593
|
-
isNextJS?: boolean;
|
|
1594
|
-
options?: I_ApolloOptions_2;
|
|
1595
|
-
client?: ApolloClient<NormalizedCacheObject>;
|
|
1596
|
-
makeClient?: () => ApolloClient<NormalizedCacheObject>;
|
|
1597
|
-
provider?: ComponentType<I_ApolloProviderProps_2>;
|
|
1598
|
-
cache?: ApolloCache<NormalizedCacheObject>;
|
|
1599
|
-
}
|
|
1612
|
+
export { I_ApolloProviderProps as I_ApolloProviderProps_alias_3 }
|
|
1600
1613
|
|
|
1601
1614
|
declare interface I_CheckPackage {
|
|
1602
1615
|
isCurrentProject: boolean;
|
|
@@ -1607,12 +1620,17 @@ declare interface I_CheckPackage {
|
|
|
1607
1620
|
export { I_CheckPackage }
|
|
1608
1621
|
export { I_CheckPackage as I_CheckPackage_alias_1 }
|
|
1609
1622
|
export { I_CheckPackage as I_CheckPackage_alias_2 }
|
|
1623
|
+
export { I_CheckPackage as I_CheckPackage_alias_3 }
|
|
1610
1624
|
|
|
1611
|
-
declare interface
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1625
|
+
declare interface I_Children {
|
|
1626
|
+
children: T_Children;
|
|
1627
|
+
}
|
|
1628
|
+
export { I_Children }
|
|
1629
|
+
export { I_Children as I_Children_alias_1 }
|
|
1630
|
+
export { I_Children as I_Children_alias_2 }
|
|
1631
|
+
|
|
1632
|
+
declare interface I_Children_2 {
|
|
1633
|
+
children: T_Children_2;
|
|
1616
1634
|
}
|
|
1617
1635
|
|
|
1618
1636
|
declare interface I_Command {
|
|
@@ -1622,8 +1640,7 @@ declare interface I_Command {
|
|
|
1622
1640
|
export { I_Command }
|
|
1623
1641
|
export { I_Command as I_Command_alias_1 }
|
|
1624
1642
|
export { I_Command as I_Command_alias_2 }
|
|
1625
|
-
|
|
1626
|
-
declare interface I_Command_2 { raw: boolean; cmd: string }
|
|
1643
|
+
export { I_Command as I_Command_alias_3 }
|
|
1627
1644
|
|
|
1628
1645
|
declare interface I_CommandContext {
|
|
1629
1646
|
isRemote: boolean;
|
|
@@ -1632,11 +1649,7 @@ declare interface I_CommandContext {
|
|
|
1632
1649
|
export { I_CommandContext }
|
|
1633
1650
|
export { I_CommandContext as I_CommandContext_alias_1 }
|
|
1634
1651
|
export { I_CommandContext as I_CommandContext_alias_2 }
|
|
1635
|
-
|
|
1636
|
-
declare interface I_CommandContext_2 {
|
|
1637
|
-
isRemote: boolean;
|
|
1638
|
-
isCurrentProject: boolean;
|
|
1639
|
-
}
|
|
1652
|
+
export { I_CommandContext as I_CommandContext_alias_3 }
|
|
1640
1653
|
|
|
1641
1654
|
declare interface I_CreateModelOptions<T extends Partial<C_Document>> extends I_MongooseOptions<T> {
|
|
1642
1655
|
schema: T_Input_MongooseSchema<T>;
|
|
@@ -1648,15 +1661,7 @@ declare interface I_CreateModelOptions<T extends Partial<C_Document>> extends I_
|
|
|
1648
1661
|
export { I_CreateModelOptions }
|
|
1649
1662
|
export { I_CreateModelOptions as I_CreateModelOptions_alias_1 }
|
|
1650
1663
|
export { I_CreateModelOptions as I_CreateModelOptions_alias_2 }
|
|
1651
|
-
|
|
1652
|
-
declare interface I_CreateModelOptions_2<T extends Partial<C_Document_2>>
|
|
1653
|
-
extends I_MongooseOptions_2<T> {
|
|
1654
|
-
schema: T_Input_MongooseSchema_2<T>;
|
|
1655
|
-
name: string;
|
|
1656
|
-
aggregate?: boolean;
|
|
1657
|
-
middlewares?: I_MongooseModelMiddleware_2<T>[];
|
|
1658
|
-
pagination?: boolean;
|
|
1659
|
-
}
|
|
1664
|
+
export { I_CreateModelOptions as I_CreateModelOptions_alias_3 }
|
|
1660
1665
|
|
|
1661
1666
|
declare interface I_CreateSchemaOptions<T extends Partial<C_Document>> extends I_MongooseOptions<T> {
|
|
1662
1667
|
schema: T_Input_MongooseSchema<T>;
|
|
@@ -1665,12 +1670,7 @@ declare interface I_CreateSchemaOptions<T extends Partial<C_Document>> extends I
|
|
|
1665
1670
|
export { I_CreateSchemaOptions }
|
|
1666
1671
|
export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_1 }
|
|
1667
1672
|
export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_2 }
|
|
1668
|
-
|
|
1669
|
-
declare interface I_CreateSchemaOptions_2<T extends Partial<C_Document_2>>
|
|
1670
|
-
extends I_MongooseOptions_2<T> {
|
|
1671
|
-
schema: T_Input_MongooseSchema_2<T>;
|
|
1672
|
-
standalone?: boolean;
|
|
1673
|
-
}
|
|
1673
|
+
export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_3 }
|
|
1674
1674
|
|
|
1675
1675
|
declare interface I_DeleteOptionsExtended extends Omit<QueryOptions, 'session'> {
|
|
1676
1676
|
session?: ClientSession;
|
|
@@ -1678,10 +1678,7 @@ declare interface I_DeleteOptionsExtended extends Omit<QueryOptions, 'session'>
|
|
|
1678
1678
|
export { I_DeleteOptionsExtended }
|
|
1679
1679
|
export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_1 }
|
|
1680
1680
|
export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_2 }
|
|
1681
|
-
|
|
1682
|
-
declare interface I_DeleteOptionsExtended_2 extends Omit<QueryOptions, 'session'> {
|
|
1683
|
-
session?: ClientSession;
|
|
1684
|
-
}
|
|
1681
|
+
export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_3 }
|
|
1685
1682
|
|
|
1686
1683
|
declare interface I_EslintError {
|
|
1687
1684
|
filePath: string;
|
|
@@ -1696,16 +1693,14 @@ declare interface I_EslintError {
|
|
|
1696
1693
|
export { I_EslintError }
|
|
1697
1694
|
export { I_EslintError as I_EslintError_alias_1 }
|
|
1698
1695
|
export { I_EslintError as I_EslintError_alias_2 }
|
|
1696
|
+
export { I_EslintError as I_EslintError_alias_3 }
|
|
1699
1697
|
|
|
1700
1698
|
declare interface I_ExtendedModel<T extends Partial<C_Document>> extends Model<T>, PaginateModel<T>, AggregatePaginateModel<T> {
|
|
1701
1699
|
}
|
|
1702
1700
|
export { I_ExtendedModel }
|
|
1703
1701
|
export { I_ExtendedModel as I_ExtendedModel_alias_1 }
|
|
1704
1702
|
export { I_ExtendedModel as I_ExtendedModel_alias_2 }
|
|
1705
|
-
|
|
1706
|
-
declare interface I_ExtendedModel_2<T extends Partial<C_Document_2>>
|
|
1707
|
-
extends Model<T>, PaginateModel<T>,
|
|
1708
|
-
AggregatePaginateModel<T> { }
|
|
1703
|
+
export { I_ExtendedModel as I_ExtendedModel_alias_3 }
|
|
1709
1704
|
|
|
1710
1705
|
declare interface I_GenericDocument extends Partial<C_Document> {
|
|
1711
1706
|
id: string;
|
|
@@ -1716,13 +1711,7 @@ declare interface I_GenericDocument extends Partial<C_Document> {
|
|
|
1716
1711
|
export { I_GenericDocument }
|
|
1717
1712
|
export { I_GenericDocument as I_GenericDocument_alias_1 }
|
|
1718
1713
|
export { I_GenericDocument as I_GenericDocument_alias_2 }
|
|
1719
|
-
|
|
1720
|
-
declare interface I_GenericDocument_2 extends Partial<C_Document_2> {
|
|
1721
|
-
id: string;
|
|
1722
|
-
isDel: boolean;
|
|
1723
|
-
createdAt: string | Date;
|
|
1724
|
-
updatedAt: string | Date;
|
|
1725
|
-
}
|
|
1714
|
+
export { I_GenericDocument as I_GenericDocument_alias_3 }
|
|
1726
1715
|
|
|
1727
1716
|
declare interface I_GetPackage {
|
|
1728
1717
|
path: string;
|
|
@@ -1734,14 +1723,7 @@ declare interface I_GetPackage {
|
|
|
1734
1723
|
export { I_GetPackage }
|
|
1735
1724
|
export { I_GetPackage as I_GetPackage_alias_1 }
|
|
1736
1725
|
export { I_GetPackage as I_GetPackage_alias_2 }
|
|
1737
|
-
|
|
1738
|
-
declare interface I_GetPackage_2 {
|
|
1739
|
-
path: string;
|
|
1740
|
-
file: T_PackageJson_2;
|
|
1741
|
-
isCurrentProject: boolean;
|
|
1742
|
-
isDepend: boolean;
|
|
1743
|
-
isDevDepend: boolean;
|
|
1744
|
-
}
|
|
1726
|
+
export { I_GetPackage as I_GetPackage_alias_3 }
|
|
1745
1727
|
|
|
1746
1728
|
declare interface I_GraphqlCodegenConfig {
|
|
1747
1729
|
uri: string;
|
|
@@ -1755,18 +1737,6 @@ declare interface I_GraphqlCodegenConfig {
|
|
|
1755
1737
|
}
|
|
1756
1738
|
export { I_GraphqlCodegenConfig }
|
|
1757
1739
|
export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_1 }
|
|
1758
|
-
export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_2 }
|
|
1759
|
-
|
|
1760
|
-
declare interface I_GraphqlCodegenConfig_2 {
|
|
1761
|
-
uri: string;
|
|
1762
|
-
from: string;
|
|
1763
|
-
to: string;
|
|
1764
|
-
withComponent?: boolean;
|
|
1765
|
-
withHOC?: boolean;
|
|
1766
|
-
withHooks?: boolean;
|
|
1767
|
-
withMutationFn?: boolean;
|
|
1768
|
-
withRefetchFn?: boolean;
|
|
1769
|
-
}
|
|
1770
1740
|
|
|
1771
1741
|
declare interface I_Input_CreateMany<T> {
|
|
1772
1742
|
docs: T[];
|
|
@@ -1774,6 +1744,7 @@ declare interface I_Input_CreateMany<T> {
|
|
|
1774
1744
|
export { I_Input_CreateMany }
|
|
1775
1745
|
export { I_Input_CreateMany as I_Input_CreateMany_alias_1 }
|
|
1776
1746
|
export { I_Input_CreateMany as I_Input_CreateMany_alias_2 }
|
|
1747
|
+
export { I_Input_CreateMany as I_Input_CreateMany_alias_3 }
|
|
1777
1748
|
|
|
1778
1749
|
declare interface I_Input_CreateOne<T> {
|
|
1779
1750
|
doc: T;
|
|
@@ -1781,6 +1752,7 @@ declare interface I_Input_CreateOne<T> {
|
|
|
1781
1752
|
export { I_Input_CreateOne }
|
|
1782
1753
|
export { I_Input_CreateOne as I_Input_CreateOne_alias_1 }
|
|
1783
1754
|
export { I_Input_CreateOne as I_Input_CreateOne_alias_2 }
|
|
1755
|
+
export { I_Input_CreateOne as I_Input_CreateOne_alias_3 }
|
|
1784
1756
|
|
|
1785
1757
|
declare interface I_Input_DeleteMany<T> {
|
|
1786
1758
|
filter: T_FilterQuery<T>;
|
|
@@ -1789,6 +1761,7 @@ declare interface I_Input_DeleteMany<T> {
|
|
|
1789
1761
|
export { I_Input_DeleteMany }
|
|
1790
1762
|
export { I_Input_DeleteMany as I_Input_DeleteMany_alias_1 }
|
|
1791
1763
|
export { I_Input_DeleteMany as I_Input_DeleteMany_alias_2 }
|
|
1764
|
+
export { I_Input_DeleteMany as I_Input_DeleteMany_alias_3 }
|
|
1792
1765
|
|
|
1793
1766
|
declare interface I_Input_DeleteOne<T> {
|
|
1794
1767
|
filter: T_FilterQuery<T>;
|
|
@@ -1797,6 +1770,7 @@ declare interface I_Input_DeleteOne<T> {
|
|
|
1797
1770
|
export { I_Input_DeleteOne }
|
|
1798
1771
|
export { I_Input_DeleteOne as I_Input_DeleteOne_alias_1 }
|
|
1799
1772
|
export { I_Input_DeleteOne as I_Input_DeleteOne_alias_2 }
|
|
1773
|
+
export { I_Input_DeleteOne as I_Input_DeleteOne_alias_3 }
|
|
1800
1774
|
|
|
1801
1775
|
declare interface I_Input_FindAll<T> extends T_PopulateOption {
|
|
1802
1776
|
filter: T_FilterQuery<T>;
|
|
@@ -1806,6 +1780,7 @@ declare interface I_Input_FindAll<T> extends T_PopulateOption {
|
|
|
1806
1780
|
export { I_Input_FindAll }
|
|
1807
1781
|
export { I_Input_FindAll as I_Input_FindAll_alias_1 }
|
|
1808
1782
|
export { I_Input_FindAll as I_Input_FindAll_alias_2 }
|
|
1783
|
+
export { I_Input_FindAll as I_Input_FindAll_alias_3 }
|
|
1809
1784
|
|
|
1810
1785
|
declare interface I_Input_FindOne<T> extends T_PopulateOption {
|
|
1811
1786
|
filter: T_FilterQuery<T>;
|
|
@@ -1815,6 +1790,7 @@ declare interface I_Input_FindOne<T> extends T_PopulateOption {
|
|
|
1815
1790
|
export { I_Input_FindOne }
|
|
1816
1791
|
export { I_Input_FindOne as I_Input_FindOne_alias_1 }
|
|
1817
1792
|
export { I_Input_FindOne as I_Input_FindOne_alias_2 }
|
|
1793
|
+
export { I_Input_FindOne as I_Input_FindOne_alias_3 }
|
|
1818
1794
|
|
|
1819
1795
|
declare interface I_Input_FindPaging<T> {
|
|
1820
1796
|
filter?: T_FilterQuery<T>;
|
|
@@ -1823,6 +1799,7 @@ declare interface I_Input_FindPaging<T> {
|
|
|
1823
1799
|
export { I_Input_FindPaging }
|
|
1824
1800
|
export { I_Input_FindPaging as I_Input_FindPaging_alias_1 }
|
|
1825
1801
|
export { I_Input_FindPaging as I_Input_FindPaging_alias_2 }
|
|
1802
|
+
export { I_Input_FindPaging as I_Input_FindPaging_alias_3 }
|
|
1826
1803
|
|
|
1827
1804
|
declare interface I_Input_FindPagingAggregate {
|
|
1828
1805
|
pipeline: T_PipelineStage[];
|
|
@@ -1831,6 +1808,7 @@ declare interface I_Input_FindPagingAggregate {
|
|
|
1831
1808
|
export { I_Input_FindPagingAggregate }
|
|
1832
1809
|
export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_1 }
|
|
1833
1810
|
export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_2 }
|
|
1811
|
+
export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_3 }
|
|
1834
1812
|
|
|
1835
1813
|
declare interface I_Input_UpdateMany<T> extends T_PopulateOption {
|
|
1836
1814
|
filter: T_FilterQuery<T>;
|
|
@@ -1840,6 +1818,7 @@ declare interface I_Input_UpdateMany<T> extends T_PopulateOption {
|
|
|
1840
1818
|
export { I_Input_UpdateMany }
|
|
1841
1819
|
export { I_Input_UpdateMany as I_Input_UpdateMany_alias_1 }
|
|
1842
1820
|
export { I_Input_UpdateMany as I_Input_UpdateMany_alias_2 }
|
|
1821
|
+
export { I_Input_UpdateMany as I_Input_UpdateMany_alias_3 }
|
|
1843
1822
|
|
|
1844
1823
|
declare interface I_Input_UpdateOne<T> extends T_PopulateOption {
|
|
1845
1824
|
filter: T_FilterQuery<T>;
|
|
@@ -1849,6 +1828,7 @@ declare interface I_Input_UpdateOne<T> extends T_PopulateOption {
|
|
|
1849
1828
|
export { I_Input_UpdateOne }
|
|
1850
1829
|
export { I_Input_UpdateOne as I_Input_UpdateOne_alias_1 }
|
|
1851
1830
|
export { I_Input_UpdateOne as I_Input_UpdateOne_alias_2 }
|
|
1831
|
+
export { I_Input_UpdateOne as I_Input_UpdateOne_alias_3 }
|
|
1852
1832
|
|
|
1853
1833
|
declare interface I_IssueEntry {
|
|
1854
1834
|
type: E_IssueType;
|
|
@@ -1860,14 +1840,7 @@ declare interface I_IssueEntry {
|
|
|
1860
1840
|
export { I_IssueEntry }
|
|
1861
1841
|
export { I_IssueEntry as I_IssueEntry_alias_1 }
|
|
1862
1842
|
export { I_IssueEntry as I_IssueEntry_alias_2 }
|
|
1863
|
-
|
|
1864
|
-
declare interface I_IssueEntry_2 {
|
|
1865
|
-
type: E_IssueType_2;
|
|
1866
|
-
file: string;
|
|
1867
|
-
message: string;
|
|
1868
|
-
position?: string;
|
|
1869
|
-
rule?: string;
|
|
1870
|
-
}
|
|
1843
|
+
export { I_IssueEntry as I_IssueEntry_alias_3 }
|
|
1871
1844
|
|
|
1872
1845
|
declare interface I_LoadingContext {
|
|
1873
1846
|
isLoading: boolean;
|
|
@@ -1878,13 +1851,7 @@ declare interface I_LoadingContext {
|
|
|
1878
1851
|
export { I_LoadingContext }
|
|
1879
1852
|
export { I_LoadingContext as I_LoadingContext_alias_1 }
|
|
1880
1853
|
export { I_LoadingContext as I_LoadingContext_alias_2 }
|
|
1881
|
-
|
|
1882
|
-
declare interface I_LoadingContext_2 {
|
|
1883
|
-
isLoading: boolean;
|
|
1884
|
-
isGlobalLoading: boolean;
|
|
1885
|
-
showLoading: (global?: boolean) => void;
|
|
1886
|
-
hideLoading: () => void;
|
|
1887
|
-
}
|
|
1854
|
+
export { I_LoadingContext as I_LoadingContext_alias_3 }
|
|
1888
1855
|
|
|
1889
1856
|
declare interface I_LoadingProps {
|
|
1890
1857
|
full?: boolean;
|
|
@@ -1895,13 +1862,7 @@ declare interface I_LoadingProps {
|
|
|
1895
1862
|
export { I_LoadingProps }
|
|
1896
1863
|
export { I_LoadingProps as I_LoadingProps_alias_1 }
|
|
1897
1864
|
export { I_LoadingProps as I_LoadingProps_alias_2 }
|
|
1898
|
-
|
|
1899
|
-
declare interface I_LoadingProps_2 {
|
|
1900
|
-
full?: boolean;
|
|
1901
|
-
block?: boolean;
|
|
1902
|
-
className?: string;
|
|
1903
|
-
message?: string;
|
|
1904
|
-
}
|
|
1865
|
+
export { I_LoadingProps as I_LoadingProps_alias_3 }
|
|
1905
1866
|
|
|
1906
1867
|
declare interface I_Log {
|
|
1907
1868
|
silent: typeof consola['silent'];
|
|
@@ -1922,6 +1883,7 @@ declare interface I_Log {
|
|
|
1922
1883
|
export { I_Log }
|
|
1923
1884
|
export { I_Log as I_Log_alias_1 }
|
|
1924
1885
|
export { I_Log as I_Log_alias_2 }
|
|
1886
|
+
export { I_Log as I_Log_alias_3 }
|
|
1925
1887
|
|
|
1926
1888
|
declare interface I_Log_2 {
|
|
1927
1889
|
silent: typeof consola['silent'];
|
|
@@ -1940,20 +1902,13 @@ declare interface I_Log_2 {
|
|
|
1940
1902
|
verbose: typeof consola['verbose'];
|
|
1941
1903
|
}
|
|
1942
1904
|
|
|
1943
|
-
declare interface I_Log_NodeJS extends
|
|
1905
|
+
declare interface I_Log_NodeJS extends I_Log_2 {
|
|
1944
1906
|
printBoxedLog: (title: string, issues: I_IssueEntry[], color?: string) => void;
|
|
1945
1907
|
}
|
|
1946
1908
|
export { I_Log_NodeJS }
|
|
1947
1909
|
export { I_Log_NodeJS as I_Log_NodeJS_alias_1 }
|
|
1948
1910
|
export { I_Log_NodeJS as I_Log_NodeJS_alias_2 }
|
|
1949
|
-
|
|
1950
|
-
declare interface I_Log_NodeJS_2 extends I_Log_2 {
|
|
1951
|
-
printBoxedLog: (
|
|
1952
|
-
title: string,
|
|
1953
|
-
issues: I_IssueEntry_2[],
|
|
1954
|
-
color?: string,
|
|
1955
|
-
) => void;
|
|
1956
|
-
}
|
|
1911
|
+
export { I_Log_NodeJS as I_Log_NodeJS_alias_3 }
|
|
1957
1912
|
|
|
1958
1913
|
declare interface I_MongooseModelMiddleware<T extends Partial<C_Document>> {
|
|
1959
1914
|
method: T_MongooseMiddlewareMethod;
|
|
@@ -1963,48 +1918,30 @@ declare interface I_MongooseModelMiddleware<T extends Partial<C_Document>> {
|
|
|
1963
1918
|
export { I_MongooseModelMiddleware }
|
|
1964
1919
|
export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_1 }
|
|
1965
1920
|
export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_2 }
|
|
1966
|
-
|
|
1967
|
-
declare interface I_MongooseModelMiddleware_2<T extends Partial<C_Document_2>> {
|
|
1968
|
-
method: T_MongooseMiddlewareMethod_2;
|
|
1969
|
-
pre?: T_MongooseMiddlewarePreFunction_2<T & T_QueryWithHelpers_2<T>>;
|
|
1970
|
-
post?: T_MongooseMiddlewarePostFunction_2<T>;
|
|
1971
|
-
}
|
|
1921
|
+
export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_3 }
|
|
1972
1922
|
|
|
1973
1923
|
declare interface I_MongooseOptions<T extends Partial<C_Document>> {
|
|
1974
1924
|
mongoose: typeof mongoose;
|
|
1975
1925
|
virtuals?: {
|
|
1976
1926
|
name: keyof T | string;
|
|
1977
|
-
options?:
|
|
1927
|
+
options?: I_VirtualOptions;
|
|
1978
1928
|
get?: (this: T) => void;
|
|
1979
1929
|
}[];
|
|
1980
1930
|
}
|
|
1981
1931
|
export { I_MongooseOptions }
|
|
1982
1932
|
export { I_MongooseOptions as I_MongooseOptions_alias_1 }
|
|
1983
1933
|
export { I_MongooseOptions as I_MongooseOptions_alias_2 }
|
|
1934
|
+
export { I_MongooseOptions as I_MongooseOptions_alias_3 }
|
|
1984
1935
|
|
|
1985
|
-
declare interface
|
|
1986
|
-
mongoose: typeof mongoose;
|
|
1987
|
-
virtuals?: {
|
|
1988
|
-
name: keyof T | string;
|
|
1989
|
-
options?: I_VirtualOptions;
|
|
1990
|
-
get?: (this: T) => void;
|
|
1991
|
-
}[];
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
declare interface I_NextIntlContextType {
|
|
1936
|
+
declare interface I_NextIntlContext {
|
|
1995
1937
|
languages: I_NextIntlLanguage[];
|
|
1996
1938
|
currentLanguage?: I_NextIntlLanguage;
|
|
1997
1939
|
setCurrentLanguage: (newLang: I_NextIntlLanguage) => void;
|
|
1998
1940
|
}
|
|
1999
|
-
export {
|
|
2000
|
-
export {
|
|
2001
|
-
export {
|
|
2002
|
-
|
|
2003
|
-
declare interface I_NextIntlContextType_2 {
|
|
2004
|
-
languages: I_NextIntlLanguage_2[];
|
|
2005
|
-
currentLanguage?: I_NextIntlLanguage_2;
|
|
2006
|
-
setCurrentLanguage: (newLang: I_NextIntlLanguage_2) => void;
|
|
2007
|
-
}
|
|
1941
|
+
export { I_NextIntlContext }
|
|
1942
|
+
export { I_NextIntlContext as I_NextIntlContext_alias_1 }
|
|
1943
|
+
export { I_NextIntlContext as I_NextIntlContext_alias_2 }
|
|
1944
|
+
export { I_NextIntlContext as I_NextIntlContext_alias_3 }
|
|
2008
1945
|
|
|
2009
1946
|
declare interface I_NextIntlLanguage {
|
|
2010
1947
|
label: string;
|
|
@@ -2021,26 +1958,22 @@ declare interface I_NextIntlLanguage {
|
|
|
2021
1958
|
export { I_NextIntlLanguage }
|
|
2022
1959
|
export { I_NextIntlLanguage as I_NextIntlLanguage_alias_1 }
|
|
2023
1960
|
export { I_NextIntlLanguage as I_NextIntlLanguage_alias_2 }
|
|
1961
|
+
export { I_NextIntlLanguage as I_NextIntlLanguage_alias_3 }
|
|
2024
1962
|
|
|
2025
|
-
declare interface
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
flag: string;
|
|
2029
|
-
adapterLocale: Locale;
|
|
2030
|
-
icon: string;
|
|
2031
|
-
numberFormat: {
|
|
2032
|
-
code: string;
|
|
2033
|
-
currency: string;
|
|
2034
|
-
};
|
|
2035
|
-
timezone: Timezone;
|
|
1963
|
+
declare interface I_NextIntlProviderProps extends I_Children_2 {
|
|
1964
|
+
languages: I_NextIntlLanguage[];
|
|
1965
|
+
messages: T_NextIntlMessageList;
|
|
2036
1966
|
}
|
|
1967
|
+
export { I_NextIntlProviderProps }
|
|
1968
|
+
export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_1 }
|
|
1969
|
+
export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_2 }
|
|
1970
|
+
export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_3 }
|
|
2037
1971
|
|
|
2038
1972
|
declare type I_Return<T = void, E = unknown> = I_ReturnSuccess<T, E> | I_ReturnFailure;
|
|
2039
1973
|
export { I_Return }
|
|
2040
1974
|
export { I_Return as I_Return_alias_1 }
|
|
2041
1975
|
export { I_Return as I_Return_alias_2 }
|
|
2042
|
-
|
|
2043
|
-
declare type I_Return_2<T = void, E = unknown> = I_ReturnSuccess_2<T, E> | I_ReturnFailure_2;
|
|
1976
|
+
export { I_Return as I_Return_alias_3 }
|
|
2044
1977
|
|
|
2045
1978
|
declare interface I_ReturnFailure {
|
|
2046
1979
|
success: false;
|
|
@@ -2050,12 +1983,7 @@ declare interface I_ReturnFailure {
|
|
|
2050
1983
|
export { I_ReturnFailure }
|
|
2051
1984
|
export { I_ReturnFailure as I_ReturnFailure_alias_1 }
|
|
2052
1985
|
export { I_ReturnFailure as I_ReturnFailure_alias_2 }
|
|
2053
|
-
|
|
2054
|
-
declare interface I_ReturnFailure_2 {
|
|
2055
|
-
success: false;
|
|
2056
|
-
message: string;
|
|
2057
|
-
code: number | string;
|
|
2058
|
-
}
|
|
1986
|
+
export { I_ReturnFailure as I_ReturnFailure_alias_3 }
|
|
2059
1987
|
|
|
2060
1988
|
declare interface I_ReturnSuccess<T, E = unknown> {
|
|
2061
1989
|
success: true;
|
|
@@ -2066,13 +1994,7 @@ declare interface I_ReturnSuccess<T, E = unknown> {
|
|
|
2066
1994
|
export { I_ReturnSuccess }
|
|
2067
1995
|
export { I_ReturnSuccess as I_ReturnSuccess_alias_1 }
|
|
2068
1996
|
export { I_ReturnSuccess as I_ReturnSuccess_alias_2 }
|
|
2069
|
-
|
|
2070
|
-
declare interface I_ReturnSuccess_2<T, E = unknown> {
|
|
2071
|
-
success: true;
|
|
2072
|
-
result: T & E;
|
|
2073
|
-
message?: string;
|
|
2074
|
-
code?: number | string;
|
|
2075
|
-
}
|
|
1997
|
+
export { I_ReturnSuccess as I_ReturnSuccess_alias_3 }
|
|
2076
1998
|
|
|
2077
1999
|
declare interface I_Serializer<T> {
|
|
2078
2000
|
serialize: (value: T) => string;
|
|
@@ -2081,6 +2003,7 @@ declare interface I_Serializer<T> {
|
|
|
2081
2003
|
export { I_Serializer }
|
|
2082
2004
|
export { I_Serializer as I_Serializer_alias_1 }
|
|
2083
2005
|
export { I_Serializer as I_Serializer_alias_2 }
|
|
2006
|
+
export { I_Serializer as I_Serializer_alias_3 }
|
|
2084
2007
|
|
|
2085
2008
|
declare interface I_Serializer_2<T> {
|
|
2086
2009
|
serialize: (value: T) => string;
|
|
@@ -2098,15 +2021,7 @@ declare interface I_SlugifyOptions {
|
|
|
2098
2021
|
export { I_SlugifyOptions }
|
|
2099
2022
|
export { I_SlugifyOptions as I_SlugifyOptions_alias_1 }
|
|
2100
2023
|
export { I_SlugifyOptions as I_SlugifyOptions_alias_2 }
|
|
2101
|
-
|
|
2102
|
-
declare interface I_SlugifyOptions_2 {
|
|
2103
|
-
replacement?: string;
|
|
2104
|
-
remove?: RegExp;
|
|
2105
|
-
lower?: boolean;
|
|
2106
|
-
strict?: boolean;
|
|
2107
|
-
locale?: string;
|
|
2108
|
-
trim?: boolean;
|
|
2109
|
-
}
|
|
2024
|
+
export { I_SlugifyOptions as I_SlugifyOptions_alias_3 }
|
|
2110
2025
|
|
|
2111
2026
|
declare interface I_UpdateOptionsExtended extends Omit<QueryOptions, 'session'> {
|
|
2112
2027
|
session?: ClientSession;
|
|
@@ -2114,19 +2029,12 @@ declare interface I_UpdateOptionsExtended extends Omit<QueryOptions, 'session'>
|
|
|
2114
2029
|
export { I_UpdateOptionsExtended }
|
|
2115
2030
|
export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_1 }
|
|
2116
2031
|
export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_2 }
|
|
2117
|
-
|
|
2118
|
-
declare interface I_UpdateOptionsExtended_2 extends Omit<QueryOptions, 'session'> {
|
|
2119
|
-
session?: ClientSession;
|
|
2120
|
-
}
|
|
2032
|
+
export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_3 }
|
|
2121
2033
|
|
|
2122
2034
|
declare interface I_VirtualNestedOptions {
|
|
2123
2035
|
[key: string]: I_VirtualNestedOptions | number | string | boolean;
|
|
2124
2036
|
}
|
|
2125
2037
|
|
|
2126
|
-
declare interface I_VirtualNestedOptions_2 {
|
|
2127
|
-
[key: string]: I_VirtualNestedOptions_2 | number | string | boolean;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
2038
|
declare interface I_VirtualOptions {
|
|
2131
2039
|
ref: string;
|
|
2132
2040
|
localField: string;
|
|
@@ -2136,23 +2044,11 @@ declare interface I_VirtualOptions {
|
|
|
2136
2044
|
options?: I_VirtualNestedOptions;
|
|
2137
2045
|
}
|
|
2138
2046
|
|
|
2139
|
-
declare interface I_VirtualOptions_2 {
|
|
2140
|
-
ref: string;
|
|
2141
|
-
localField: string;
|
|
2142
|
-
foreignField: string;
|
|
2143
|
-
count?: boolean;
|
|
2144
|
-
justOne?: boolean;
|
|
2145
|
-
options?: I_VirtualNestedOptions_2;
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
2047
|
declare function initI18Next(options: InitOptions): Promise<TFunction<"translation", undefined>>;
|
|
2149
2048
|
export { initI18Next }
|
|
2150
2049
|
export { initI18Next as initI18Next_alias_1 }
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
export { initNodePersist }
|
|
2154
|
-
export { initNodePersist as initNodePersist_alias_1 }
|
|
2155
|
-
export { initNodePersist as initNodePersist_alias_2 }
|
|
2050
|
+
export { initI18Next as initI18Next_alias_2 }
|
|
2051
|
+
export { initI18Next as initI18Next_alias_3 }
|
|
2156
2052
|
|
|
2157
2053
|
declare const IS_BROWSER: boolean;
|
|
2158
2054
|
export { IS_BROWSER }
|
|
@@ -2163,75 +2059,86 @@ declare function isJson(str: string): boolean;
|
|
|
2163
2059
|
export { isJson }
|
|
2164
2060
|
export { isJson as isJson_alias_1 }
|
|
2165
2061
|
export { isJson as isJson_alias_2 }
|
|
2062
|
+
export { isJson as isJson_alias_3 }
|
|
2166
2063
|
|
|
2167
2064
|
declare function isPlainObject(val: unknown): val is T_Object_2;
|
|
2168
2065
|
export { isPlainObject }
|
|
2169
2066
|
export { isPlainObject as isPlainObject_alias_1 }
|
|
2170
2067
|
export { isPlainObject as isPlainObject_alias_2 }
|
|
2068
|
+
export { isPlainObject as isPlainObject_alias_3 }
|
|
2171
2069
|
|
|
2172
2070
|
declare function join(...urls: string[]): string;
|
|
2173
2071
|
export { join }
|
|
2174
2072
|
export { join as join_alias_1 }
|
|
2175
2073
|
export { join as join_alias_2 }
|
|
2074
|
+
export { join as join_alias_3 }
|
|
2176
2075
|
|
|
2177
2076
|
declare const LINT_STAGED_CLI = "lint-staged";
|
|
2178
2077
|
export { LINT_STAGED_CLI }
|
|
2179
2078
|
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_1 }
|
|
2180
2079
|
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_2 }
|
|
2080
|
+
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_3 }
|
|
2181
2081
|
|
|
2182
2082
|
declare const LINT_STAGED_PACKAGE_NAME = "lint-staged";
|
|
2183
2083
|
export { LINT_STAGED_PACKAGE_NAME }
|
|
2184
2084
|
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_1 }
|
|
2185
2085
|
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_2 }
|
|
2086
|
+
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_3 }
|
|
2186
2087
|
|
|
2187
|
-
declare function Loading({ full, block, className, message, ...rest }:
|
|
2088
|
+
declare function Loading({ full, block, className, message, ...rest }: I_LoadingProps): JSX_2.Element;
|
|
2188
2089
|
export { Loading }
|
|
2189
2090
|
export { Loading as Loading_alias_1 }
|
|
2190
2091
|
export { Loading as Loading_alias_2 }
|
|
2092
|
+
export { Loading as Loading_alias_3 }
|
|
2191
2093
|
|
|
2192
|
-
declare const LoadingContext: Context<
|
|
2094
|
+
declare const LoadingContext: Context<I_LoadingContext | undefined>;
|
|
2193
2095
|
export { LoadingContext }
|
|
2194
2096
|
export { LoadingContext as LoadingContext_alias_1 }
|
|
2195
2097
|
export { LoadingContext as LoadingContext_alias_2 }
|
|
2098
|
+
export { LoadingContext as LoadingContext_alias_3 }
|
|
2196
2099
|
|
|
2197
|
-
declare function LoadingProvider({ children }:
|
|
2198
|
-
children: T_Children_2;
|
|
2199
|
-
}): JSX_2.Element;
|
|
2100
|
+
declare function LoadingProvider({ children }: I_Children_2): JSX_2.Element;
|
|
2200
2101
|
export { LoadingProvider }
|
|
2201
2102
|
export { LoadingProvider as LoadingProvider_alias_1 }
|
|
2202
2103
|
export { LoadingProvider as LoadingProvider_alias_2 }
|
|
2104
|
+
export { LoadingProvider as LoadingProvider_alias_3 }
|
|
2203
2105
|
|
|
2204
|
-
declare const log:
|
|
2106
|
+
declare const log: I_Log;
|
|
2205
2107
|
export { log }
|
|
2206
2108
|
export { log as log_alias_1 }
|
|
2207
2109
|
export { log as log_alias_2 }
|
|
2110
|
+
export { log as log_alias_3 }
|
|
2208
2111
|
|
|
2209
|
-
declare const logNodeJS:
|
|
2112
|
+
declare const logNodeJS: I_Log_NodeJS;
|
|
2210
2113
|
export { logNodeJS }
|
|
2211
2114
|
export { logNodeJS as logNodeJS_alias_1 }
|
|
2212
2115
|
export { logNodeJS as logNodeJS_alias_2 }
|
|
2116
|
+
export { logNodeJS as logNodeJS_alias_3 }
|
|
2213
2117
|
|
|
2214
|
-
|
|
2118
|
+
declare function mergeConfigs(type: T_ConfigType, ...configs: T_Object_2[]): T_Object_2;
|
|
2119
|
+
export { mergeConfigs }
|
|
2120
|
+
export { mergeConfigs as mergeConfigs_alias_1 }
|
|
2121
|
+
export { mergeConfigs as mergeConfigs_alias_2 }
|
|
2215
2122
|
|
|
2216
2123
|
declare const mongo: {
|
|
2217
2124
|
getDateTime(now?: Date): string;
|
|
2218
2125
|
createGenericFields({ returnDateAs, }?: {
|
|
2219
2126
|
returnDateAs?: "string" | "date";
|
|
2220
|
-
}):
|
|
2221
|
-
applyPlugins<T>(schema:
|
|
2222
|
-
applyMiddlewares<T extends Partial<
|
|
2223
|
-
createGenericSchema(mongoose: typeof mongooseRaw): mongooseRaw.Schema<
|
|
2127
|
+
}): I_GenericDocument;
|
|
2128
|
+
applyPlugins<T>(schema: T_MongooseShema<T>, plugins: Array<T_MongoosePlugin | false>): void;
|
|
2129
|
+
applyMiddlewares<T extends Partial<C_Document>>(schema: T_MongooseShema<T>, middlewares: I_MongooseModelMiddleware<T>[]): void;
|
|
2130
|
+
createGenericSchema(mongoose: typeof mongooseRaw): mongooseRaw.Schema<I_GenericDocument, mongooseRaw.Model<I_GenericDocument, any, any, any, mongooseRaw.Document<unknown, any, I_GenericDocument> & I_GenericDocument & Required<{
|
|
2224
2131
|
_id: unknown;
|
|
2225
2132
|
}> & {
|
|
2226
2133
|
__v: number;
|
|
2227
|
-
}, any>, {}, {}, {}, {}, mongooseRaw.DefaultSchemaOptions,
|
|
2134
|
+
}, any>, {}, {}, {}, {}, mongooseRaw.DefaultSchemaOptions, I_GenericDocument, mongooseRaw.Document<unknown, {}, mongooseRaw.FlatRecord<I_GenericDocument>> & mongooseRaw.FlatRecord<I_GenericDocument> & Required<{
|
|
2228
2135
|
_id: unknown;
|
|
2229
2136
|
}> & {
|
|
2230
2137
|
__v: number;
|
|
2231
2138
|
}>;
|
|
2232
|
-
createSchema<T extends Partial<
|
|
2233
|
-
createModel<T extends Partial<
|
|
2234
|
-
createSlugQuery<T>(slug: string, filters?:
|
|
2139
|
+
createSchema<T extends Partial<C_Document>>({ mongoose, schema, virtuals, standalone, }: I_CreateSchemaOptions<T>): T_MongooseShema<T>;
|
|
2140
|
+
createModel<T extends Partial<C_Document>>({ mongoose: currentMongooseInstance, name, schema, pagination, aggregate, virtuals, middlewares, }: I_CreateModelOptions<T>): I_ExtendedModel<T>;
|
|
2141
|
+
createSlugQuery<T>(slug: string, filters?: T_FilterQuery<T>, id?: string): T_CreateSlugQueryResponse<T>;
|
|
2235
2142
|
validator: {
|
|
2236
2143
|
isEmpty<T>(): (this: T, value: unknown) => Promise<boolean>;
|
|
2237
2144
|
isUnique<T extends {
|
|
@@ -2245,127 +2152,134 @@ declare const mongo: {
|
|
|
2245
2152
|
export { mongo }
|
|
2246
2153
|
export { mongo as mongo_alias_1 }
|
|
2247
2154
|
export { mongo as mongo_alias_2 }
|
|
2155
|
+
export { mongo as mongo_alias_3 }
|
|
2248
2156
|
|
|
2249
|
-
declare class MongoController<D extends Partial<
|
|
2157
|
+
declare class MongoController<D extends Partial<C_Document>> {
|
|
2250
2158
|
private collection;
|
|
2251
|
-
constructor(db:
|
|
2159
|
+
constructor(db: C_Db, collectionName: string);
|
|
2252
2160
|
createOne(document: D): Promise<{
|
|
2253
2161
|
success: boolean;
|
|
2254
2162
|
message: string;
|
|
2255
|
-
result?:
|
|
2163
|
+
result?: T_InsertOneResult<D>;
|
|
2256
2164
|
}>;
|
|
2257
2165
|
createMany(documents: D[]): Promise<{
|
|
2258
2166
|
success: boolean;
|
|
2259
2167
|
message: string;
|
|
2260
|
-
result?:
|
|
2168
|
+
result?: T_InsertManyResult<D>;
|
|
2261
2169
|
}>;
|
|
2262
|
-
findOne(filter:
|
|
2170
|
+
findOne(filter: T_Filter<D>): Promise<{
|
|
2263
2171
|
success: boolean;
|
|
2264
2172
|
message: string;
|
|
2265
|
-
result?:
|
|
2173
|
+
result?: T_WithId<D> | null;
|
|
2266
2174
|
}>;
|
|
2267
|
-
findAll(filter?:
|
|
2175
|
+
findAll(filter?: T_Filter<D>): Promise<{
|
|
2268
2176
|
success: boolean;
|
|
2269
2177
|
message: string;
|
|
2270
|
-
result?:
|
|
2178
|
+
result?: T_WithId<D>[];
|
|
2271
2179
|
}>;
|
|
2272
|
-
count(filter?:
|
|
2180
|
+
count(filter?: T_Filter<D>): Promise<{
|
|
2273
2181
|
success: boolean;
|
|
2274
2182
|
message: string;
|
|
2275
2183
|
result?: number;
|
|
2276
2184
|
}>;
|
|
2277
|
-
updateOne(filter:
|
|
2185
|
+
updateOne(filter: T_Filter<D>, update: Partial<D>): Promise<{
|
|
2278
2186
|
success: boolean;
|
|
2279
2187
|
message: string;
|
|
2280
|
-
result?:
|
|
2188
|
+
result?: T_UpdateResult;
|
|
2281
2189
|
}>;
|
|
2282
|
-
updateMany(filter:
|
|
2190
|
+
updateMany(filter: T_Filter<D>, update: Partial<D>): Promise<{
|
|
2283
2191
|
success: boolean;
|
|
2284
2192
|
message: string;
|
|
2285
|
-
result?:
|
|
2193
|
+
result?: T_UpdateResult;
|
|
2286
2194
|
}>;
|
|
2287
|
-
deleteOne(filter:
|
|
2195
|
+
deleteOne(filter: T_Filter<D>): Promise<{
|
|
2288
2196
|
success: boolean;
|
|
2289
2197
|
message: string;
|
|
2290
|
-
result?:
|
|
2198
|
+
result?: T_DeleteResult;
|
|
2291
2199
|
}>;
|
|
2292
|
-
deleteMany(filter:
|
|
2200
|
+
deleteMany(filter: T_Filter<D>): Promise<{
|
|
2293
2201
|
success: boolean;
|
|
2294
2202
|
message: string;
|
|
2295
|
-
result?:
|
|
2203
|
+
result?: T_DeleteResult;
|
|
2296
2204
|
}>;
|
|
2297
2205
|
}
|
|
2298
2206
|
export { MongoController }
|
|
2299
2207
|
export { MongoController as MongoController_alias_1 }
|
|
2300
2208
|
export { MongoController as MongoController_alias_2 }
|
|
2209
|
+
export { MongoController as MongoController_alias_3 }
|
|
2301
2210
|
|
|
2302
|
-
declare class MongooseController<T extends Partial<
|
|
2211
|
+
declare class MongooseController<T extends Partial<C_Document>> {
|
|
2303
2212
|
private model;
|
|
2304
|
-
constructor(model:
|
|
2213
|
+
constructor(model: I_ExtendedModel<T>);
|
|
2305
2214
|
private getModelName;
|
|
2306
|
-
findOne(filter?:
|
|
2307
|
-
findAll(filter?:
|
|
2308
|
-
findPaging(filter?:
|
|
2309
|
-
findPagingAggregate(pipeline:
|
|
2310
|
-
count(filter?:
|
|
2311
|
-
createOne(doc: T | Partial<T>): Promise<
|
|
2312
|
-
createMany(docs: (T | Partial<T>)[], options?:
|
|
2313
|
-
updateOne(filter?:
|
|
2314
|
-
updateMany(filter?:
|
|
2315
|
-
deleteOne(filter?:
|
|
2316
|
-
deleteMany(filter?:
|
|
2317
|
-
createShortId(id: string, length?: number): Promise<
|
|
2318
|
-
createSlug(fieldName: string, fields: T, filters?:
|
|
2215
|
+
findOne(filter?: T_FilterQuery<T>, projection?: T_ProjectionType<T>, options?: T_QueryOptions<T>, populate?: T_Input_Populate): Promise<I_Return<T>>;
|
|
2216
|
+
findAll(filter?: T_FilterQuery<T>, projection?: T_ProjectionType<T>, options?: T_QueryOptions<T>, populate?: T_Input_Populate): Promise<I_Return<T[]>>;
|
|
2217
|
+
findPaging(filter?: T_FilterQuery<T>, options?: T_PaginateOptionsWithPopulate): Promise<I_Return<T_PaginateResult<T>>>;
|
|
2218
|
+
findPagingAggregate(pipeline: T_PipelineStage[], options?: T_PaginateOptionsWithPopulate): Promise<I_Return<T_AggregatePaginateResult<T>>>;
|
|
2219
|
+
count(filter?: T_FilterQuery<T>): Promise<I_Return<number>>;
|
|
2220
|
+
createOne(doc: T | Partial<T>): Promise<I_Return<T>>;
|
|
2221
|
+
createMany(docs: (T | Partial<T>)[], options?: T_InsertManyOptions): Promise<I_Return<T[]>>;
|
|
2222
|
+
updateOne(filter?: T_FilterQuery<T>, update?: T_UpdateQuery<T>, options?: I_UpdateOptionsExtended): Promise<I_Return<T>>;
|
|
2223
|
+
updateMany(filter?: T_FilterQuery<T>, update?: T_UpdateQuery<T>, options?: I_UpdateOptionsExtended): Promise<I_Return<T_UpdateResult>>;
|
|
2224
|
+
deleteOne(filter?: T_FilterQuery<T>, options?: I_DeleteOptionsExtended): Promise<I_Return<T>>;
|
|
2225
|
+
deleteMany(filter?: T_FilterQuery<T>, options?: I_DeleteOptionsExtended): Promise<I_Return<T_DeleteResult>>;
|
|
2226
|
+
createShortId(id: string, length?: number): Promise<I_Return<string>>;
|
|
2227
|
+
createSlug(fieldName: string, fields: T, filters?: T_FilterQuery<T>): Promise<I_Return<string | {
|
|
2319
2228
|
[key: string]: string;
|
|
2320
2229
|
}>>;
|
|
2321
|
-
aggregate(pipeline:
|
|
2230
|
+
aggregate(pipeline: T_PipelineStage[]): Promise<I_Return<T[]>>;
|
|
2322
2231
|
}
|
|
2323
2232
|
export { MongooseController }
|
|
2324
2233
|
export { MongooseController as MongooseController_alias_1 }
|
|
2325
2234
|
export { MongooseController as MongooseController_alias_2 }
|
|
2235
|
+
export { MongooseController as MongooseController_alias_3 }
|
|
2326
2236
|
|
|
2327
2237
|
export { mongoosePaginate }
|
|
2328
2238
|
export { mongoosePaginate as mongoosePaginate_alias_1 }
|
|
2329
2239
|
export { mongoosePaginate as mongoosePaginate_alias_2 }
|
|
2240
|
+
export { mongoosePaginate as mongoosePaginate_alias_3 }
|
|
2330
2241
|
|
|
2331
|
-
declare const NextIntlContext: Context<
|
|
2242
|
+
declare const NextIntlContext: Context<I_NextIntlContext | undefined>;
|
|
2332
2243
|
export { NextIntlContext }
|
|
2333
2244
|
export { NextIntlContext as NextIntlContext_alias_1 }
|
|
2334
2245
|
export { NextIntlContext as NextIntlContext_alias_2 }
|
|
2246
|
+
export { NextIntlContext as NextIntlContext_alias_3 }
|
|
2335
2247
|
|
|
2336
|
-
declare function NextIntlProvider({ children, languages, messages, }:
|
|
2337
|
-
children: T_Children_2;
|
|
2338
|
-
languages: I_NextIntlLanguage_2[];
|
|
2339
|
-
messages: T_NextIntlMessageList_2;
|
|
2340
|
-
}): JSX_2.Element;
|
|
2248
|
+
declare function NextIntlProvider({ children, languages, messages, }: I_NextIntlProviderProps): JSX_2.Element;
|
|
2341
2249
|
export { NextIntlProvider }
|
|
2342
2250
|
export { NextIntlProvider as NextIntlProvider_alias_1 }
|
|
2343
2251
|
export { NextIntlProvider as NextIntlProvider_alias_2 }
|
|
2252
|
+
export { NextIntlProvider as NextIntlProvider_alias_3 }
|
|
2344
2253
|
|
|
2345
2254
|
declare const NODE_MODULES = "node_modules";
|
|
2346
2255
|
export { NODE_MODULES }
|
|
2347
2256
|
export { NODE_MODULES as NODE_MODULES_alias_1 }
|
|
2348
2257
|
export { NODE_MODULES as NODE_MODULES_alias_2 }
|
|
2258
|
+
export { NODE_MODULES as NODE_MODULES_alias_3 }
|
|
2349
2259
|
|
|
2350
2260
|
declare const NODE_MODULES_INSPECT_CLI = "node-modules-inspector";
|
|
2351
2261
|
export { NODE_MODULES_INSPECT_CLI }
|
|
2352
2262
|
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_1 }
|
|
2353
2263
|
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_2 }
|
|
2264
|
+
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_3 }
|
|
2354
2265
|
|
|
2355
2266
|
declare const NODE_MODULES_INSPECT_PACKAGE_NAME = "node-modules-inspector";
|
|
2356
2267
|
export { NODE_MODULES_INSPECT_PACKAGE_NAME }
|
|
2357
2268
|
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_1 }
|
|
2358
2269
|
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_2 }
|
|
2270
|
+
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_3 }
|
|
2359
2271
|
|
|
2360
2272
|
declare const PACKAGE_JSON = "package.json";
|
|
2361
2273
|
export { PACKAGE_JSON }
|
|
2362
2274
|
export { PACKAGE_JSON as PACKAGE_JSON_alias_1 }
|
|
2363
2275
|
export { PACKAGE_JSON as PACKAGE_JSON_alias_2 }
|
|
2276
|
+
export { PACKAGE_JSON as PACKAGE_JSON_alias_3 }
|
|
2364
2277
|
|
|
2365
2278
|
declare const PACKAGE_LOCK_JSON = "package-lock.json";
|
|
2366
2279
|
export { PACKAGE_LOCK_JSON }
|
|
2367
2280
|
export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_1 }
|
|
2368
2281
|
export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_2 }
|
|
2282
|
+
export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_3 }
|
|
2369
2283
|
|
|
2370
2284
|
declare function parseCommandOutput(output: string): void;
|
|
2371
2285
|
|
|
@@ -2392,26 +2306,31 @@ declare const PATH: {
|
|
|
2392
2306
|
export { PATH }
|
|
2393
2307
|
export { PATH as PATH_alias_1 }
|
|
2394
2308
|
export { PATH as PATH_alias_2 }
|
|
2309
|
+
export { PATH as PATH_alias_3 }
|
|
2395
2310
|
|
|
2396
2311
|
declare const PLAYWRIGHT_PACKAGE_NAME = "playwright";
|
|
2397
2312
|
export { PLAYWRIGHT_PACKAGE_NAME }
|
|
2398
2313
|
export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_1 }
|
|
2399
2314
|
export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_2 }
|
|
2315
|
+
export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_3 }
|
|
2400
2316
|
|
|
2401
2317
|
declare const PNPM_CLI = "pnpm";
|
|
2402
2318
|
export { PNPM_CLI }
|
|
2403
2319
|
export { PNPM_CLI as PNPM_CLI_alias_1 }
|
|
2404
2320
|
export { PNPM_CLI as PNPM_CLI_alias_2 }
|
|
2321
|
+
export { PNPM_CLI as PNPM_CLI_alias_3 }
|
|
2405
2322
|
|
|
2406
2323
|
declare const PNPM_EXEC_CLI = "pnpm exec";
|
|
2407
2324
|
export { PNPM_EXEC_CLI }
|
|
2408
2325
|
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_1 }
|
|
2409
2326
|
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_2 }
|
|
2327
|
+
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_3 }
|
|
2410
2328
|
|
|
2411
2329
|
declare const PNPM_LOCK_YAML = "pnpm-lock.yaml";
|
|
2412
2330
|
export { PNPM_LOCK_YAML }
|
|
2413
2331
|
export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_1 }
|
|
2414
2332
|
export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_2 }
|
|
2333
|
+
export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_3 }
|
|
2415
2334
|
|
|
2416
2335
|
declare function rawCommand(cmd: string): {
|
|
2417
2336
|
raw: boolean;
|
|
@@ -2420,6 +2339,7 @@ declare function rawCommand(cmd: string): {
|
|
|
2420
2339
|
export { rawCommand }
|
|
2421
2340
|
export { rawCommand as rawCommand_alias_1 }
|
|
2422
2341
|
export { rawCommand as rawCommand_alias_2 }
|
|
2342
|
+
export { rawCommand as rawCommand_alias_3 }
|
|
2423
2343
|
|
|
2424
2344
|
declare function readFileSync(filePath: string, options: {
|
|
2425
2345
|
asJson: true;
|
|
@@ -2431,38 +2351,39 @@ declare function readFileSync(filePath: string, options?: {
|
|
|
2431
2351
|
export { readFileSync }
|
|
2432
2352
|
export { readFileSync as readFileSync_alias_1 }
|
|
2433
2353
|
export { readFileSync as readFileSync_alias_2 }
|
|
2354
|
+
export { readFileSync as readFileSync_alias_3 }
|
|
2434
2355
|
|
|
2435
2356
|
declare function regexSearchMapper(str: string): string;
|
|
2436
2357
|
export { regexSearchMapper }
|
|
2437
2358
|
export { regexSearchMapper as regexSearchMapper_alias_1 }
|
|
2438
2359
|
export { regexSearchMapper as regexSearchMapper_alias_2 }
|
|
2439
|
-
|
|
2440
|
-
declare function registerApolloErrorViewerCallback(fn: (err: ApolloError) => void): void;
|
|
2441
|
-
export { registerApolloErrorViewerCallback }
|
|
2442
|
-
export { registerApolloErrorViewerCallback as registerApolloErrorViewerCallback_alias_1 }
|
|
2443
|
-
export { registerApolloErrorViewerCallback as registerApolloErrorViewerCallback_alias_2 }
|
|
2360
|
+
export { regexSearchMapper as regexSearchMapper_alias_3 }
|
|
2444
2361
|
|
|
2445
2362
|
declare function removeAccent(str: string): string;
|
|
2446
2363
|
export { removeAccent }
|
|
2447
2364
|
export { removeAccent as removeAccent_alias_1 }
|
|
2448
2365
|
export { removeAccent as removeAccent_alias_2 }
|
|
2366
|
+
export { removeAccent as removeAccent_alias_3 }
|
|
2449
2367
|
|
|
2450
2368
|
declare function resolve(...urls: string[]): string;
|
|
2451
2369
|
export { resolve }
|
|
2452
2370
|
export { resolve as resolve_alias_1 }
|
|
2453
2371
|
export { resolve as resolve_alias_2 }
|
|
2372
|
+
export { resolve as resolve_alias_3 }
|
|
2454
2373
|
|
|
2455
|
-
declare function resolveCommands(input:
|
|
2456
|
-
[k: string]: string |
|
|
2374
|
+
declare function resolveCommands(input: T_CommandMapInput, context?: Partial<I_CommandContext>): Promise<{
|
|
2375
|
+
[k: string]: string | I_Command_2;
|
|
2457
2376
|
}>;
|
|
2458
2377
|
export { resolveCommands }
|
|
2459
2378
|
export { resolveCommands as resolveCommands_alias_1 }
|
|
2460
2379
|
export { resolveCommands as resolveCommands_alias_2 }
|
|
2380
|
+
export { resolveCommands as resolveCommands_alias_3 }
|
|
2461
2381
|
|
|
2462
2382
|
declare function resolveWorkingPath(...urls: string[]): string;
|
|
2463
2383
|
export { resolveWorkingPath }
|
|
2464
2384
|
export { resolveWorkingPath as resolveWorkingPath_alias_1 }
|
|
2465
2385
|
export { resolveWorkingPath as resolveWorkingPath_alias_2 }
|
|
2386
|
+
export { resolveWorkingPath as resolveWorkingPath_alias_3 }
|
|
2466
2387
|
|
|
2467
2388
|
declare const RESPONSE_STATUS: {
|
|
2468
2389
|
GRAPHQL_PARSE_FAILED: {
|
|
@@ -2722,59 +2643,66 @@ declare function rmSync(...paths: string[]): void;
|
|
|
2722
2643
|
export { rmSync }
|
|
2723
2644
|
export { rmSync as rmSync_alias_1 }
|
|
2724
2645
|
export { rmSync as rmSync_alias_2 }
|
|
2646
|
+
export { rmSync as rmSync_alias_3 }
|
|
2725
2647
|
|
|
2726
|
-
declare const serializer:
|
|
2648
|
+
declare const serializer: I_Serializer<unknown>;
|
|
2727
2649
|
export { serializer }
|
|
2728
2650
|
export { serializer as serializer_alias_1 }
|
|
2729
2651
|
export { serializer as serializer_alias_2 }
|
|
2652
|
+
export { serializer as serializer_alias_3 }
|
|
2730
2653
|
|
|
2731
|
-
declare function showGlobalApolloError(error:
|
|
2654
|
+
declare function showGlobalApolloError(error: ApolloError_2): void;
|
|
2732
2655
|
export { showGlobalApolloError }
|
|
2733
2656
|
export { showGlobalApolloError as showGlobalApolloError_alias_1 }
|
|
2734
2657
|
export { showGlobalApolloError as showGlobalApolloError_alias_2 }
|
|
2658
|
+
export { showGlobalApolloError as showGlobalApolloError_alias_3 }
|
|
2735
2659
|
|
|
2736
2660
|
declare const SIMPLE_GIT_HOOK_CLI = "simple-git-hooks";
|
|
2737
2661
|
export { SIMPLE_GIT_HOOK_CLI }
|
|
2738
2662
|
export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_1 }
|
|
2739
2663
|
export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_2 }
|
|
2664
|
+
export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_3 }
|
|
2740
2665
|
|
|
2741
2666
|
declare const SIMPLE_GIT_HOOK_JSON = ".simple-git-hooks.json";
|
|
2742
2667
|
export { SIMPLE_GIT_HOOK_JSON }
|
|
2743
2668
|
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_1 }
|
|
2744
2669
|
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_2 }
|
|
2670
|
+
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_3 }
|
|
2745
2671
|
|
|
2746
2672
|
declare const SIMPLE_GIT_HOOKS_PACKAGE_NAME = "simple-git-hooks";
|
|
2747
2673
|
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME }
|
|
2748
2674
|
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_1 }
|
|
2749
2675
|
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_2 }
|
|
2676
|
+
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_3 }
|
|
2750
2677
|
|
|
2751
|
-
declare const
|
|
2678
|
+
declare const storage: {
|
|
2752
2679
|
get<T = unknown>(key: string): Promise<T | null>;
|
|
2753
2680
|
set<T = unknown>(key: string, value: T): Promise<void>;
|
|
2754
2681
|
remove(key: string): Promise<void>;
|
|
2755
2682
|
keys(): Promise<string[]>;
|
|
2756
2683
|
};
|
|
2757
|
-
export {
|
|
2758
|
-
export {
|
|
2759
|
-
export {
|
|
2684
|
+
export { storage }
|
|
2685
|
+
export { storage as storage_alias_1 }
|
|
2686
|
+
export { storage as storage_alias_2 }
|
|
2687
|
+
export { storage as storage_alias_3 }
|
|
2760
2688
|
|
|
2761
|
-
declare const
|
|
2689
|
+
declare const storageNodeJS: {
|
|
2762
2690
|
get<T = unknown>(key: string): Promise<T | null>;
|
|
2763
2691
|
set<T = unknown>(key: string, value: T): Promise<void>;
|
|
2764
2692
|
remove(key: string): Promise<void>;
|
|
2765
2693
|
keys(): Promise<string[]>;
|
|
2766
2694
|
getLogLink(key: string): Promise<string | null>;
|
|
2767
2695
|
};
|
|
2768
|
-
export {
|
|
2769
|
-
export {
|
|
2770
|
-
export {
|
|
2696
|
+
export { storageNodeJS }
|
|
2697
|
+
export { storageNodeJS as storageNodeJS_alias_1 }
|
|
2698
|
+
export { storageNodeJS as storageNodeJS_alias_2 }
|
|
2699
|
+
export { storageNodeJS as storageNodeJS_alias_3 }
|
|
2771
2700
|
|
|
2772
2701
|
declare type T_AggregatePaginateResult<T> = AggregatePaginateResult<T>;
|
|
2773
2702
|
export { T_AggregatePaginateResult }
|
|
2774
2703
|
export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_1 }
|
|
2775
2704
|
export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_2 }
|
|
2776
|
-
|
|
2777
|
-
declare type T_AggregatePaginateResult_2<T> = AggregatePaginateResult<T>;
|
|
2705
|
+
export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_3 }
|
|
2778
2706
|
|
|
2779
2707
|
declare type T_Children = ReactNode | ReactNode[] | ReactElement | JSX.Element | null;
|
|
2780
2708
|
export { T_Children }
|
|
@@ -2787,34 +2715,27 @@ declare type T_Command = string | I_Command | T_CommandFunction;
|
|
|
2787
2715
|
export { T_Command }
|
|
2788
2716
|
export { T_Command as T_Command_alias_1 }
|
|
2789
2717
|
export { T_Command as T_Command_alias_2 }
|
|
2790
|
-
|
|
2791
|
-
declare type T_Command_2 =
|
|
2792
|
-
| string
|
|
2793
|
-
| I_Command_2
|
|
2794
|
-
| T_CommandFunction_2;
|
|
2718
|
+
export { T_Command as T_Command_alias_3 }
|
|
2795
2719
|
|
|
2796
2720
|
declare type T_CommandFunction = (context?: I_CommandContext) => string;
|
|
2797
2721
|
export { T_CommandFunction }
|
|
2798
2722
|
export { T_CommandFunction as T_CommandFunction_alias_1 }
|
|
2799
2723
|
export { T_CommandFunction as T_CommandFunction_alias_2 }
|
|
2800
|
-
|
|
2801
|
-
declare type T_CommandFunction_2 = (context?: I_CommandContext_2) => string;
|
|
2724
|
+
export { T_CommandFunction as T_CommandFunction_alias_3 }
|
|
2802
2725
|
|
|
2803
2726
|
declare type T_CommandMap = Record<string, T_Command>;
|
|
2804
2727
|
export { T_CommandMap }
|
|
2805
2728
|
export { T_CommandMap as T_CommandMap_alias_1 }
|
|
2806
2729
|
export { T_CommandMap as T_CommandMap_alias_2 }
|
|
2807
|
-
|
|
2808
|
-
declare type T_CommandMap_2 = Record<string, T_Command_2>;
|
|
2730
|
+
export { T_CommandMap as T_CommandMap_alias_3 }
|
|
2809
2731
|
|
|
2810
2732
|
declare type T_CommandMapInput = T_CommandMap | ((ctx: I_CommandContext) => T_CommandMap);
|
|
2811
2733
|
export { T_CommandMapInput }
|
|
2812
2734
|
export { T_CommandMapInput as T_CommandMapInput_alias_1 }
|
|
2813
2735
|
export { T_CommandMapInput as T_CommandMapInput_alias_2 }
|
|
2736
|
+
export { T_CommandMapInput as T_CommandMapInput_alias_3 }
|
|
2814
2737
|
|
|
2815
|
-
declare type
|
|
2816
|
-
|
|
2817
|
-
declare type T_ConfigHandler = (...configs: T_Object[]) => T_Object;
|
|
2738
|
+
declare type T_ConfigHandler = (...configs: T_Object_2[]) => T_Object_2;
|
|
2818
2739
|
export { T_ConfigHandler }
|
|
2819
2740
|
export { T_ConfigHandler as T_ConfigHandler_alias_1 }
|
|
2820
2741
|
export { T_ConfigHandler as T_ConfigHandler_alias_2 }
|
|
@@ -2824,8 +2745,6 @@ export { T_ConfigType }
|
|
|
2824
2745
|
export { T_ConfigType as T_ConfigType_alias_1 }
|
|
2825
2746
|
export { T_ConfigType as T_ConfigType_alias_2 }
|
|
2826
2747
|
|
|
2827
|
-
declare type T_ConfigType_2 = `${E_ConfigType_2}`;
|
|
2828
|
-
|
|
2829
2748
|
declare type T_CreateSlugQueryResponse<T> = T_FilterQuery<T> & {
|
|
2830
2749
|
$or: Array<{
|
|
2831
2750
|
slug: string;
|
|
@@ -2840,127 +2759,109 @@ declare type T_CreateSlugQueryResponse<T> = T_FilterQuery<T> & {
|
|
|
2840
2759
|
export { T_CreateSlugQueryResponse }
|
|
2841
2760
|
export { T_CreateSlugQueryResponse as T_CreateSlugQueryResponse_alias_1 }
|
|
2842
2761
|
export { T_CreateSlugQueryResponse as T_CreateSlugQueryResponse_alias_2 }
|
|
2843
|
-
|
|
2844
|
-
declare type T_CreateSlugQueryResponse_2<T> = T_FilterQuery_2<T> & {
|
|
2845
|
-
$or: Array<{ slug: string } | { slugHistory: string }>;
|
|
2846
|
-
} & { id?: { $ne: string } };
|
|
2762
|
+
export { T_CreateSlugQueryResponse as T_CreateSlugQueryResponse_alias_3 }
|
|
2847
2763
|
|
|
2848
2764
|
declare type T_DeleteResult = DeleteResult;
|
|
2849
2765
|
export { T_DeleteResult }
|
|
2850
2766
|
export { T_DeleteResult as T_DeleteResult_alias_1 }
|
|
2851
2767
|
export { T_DeleteResult as T_DeleteResult_alias_2 }
|
|
2852
|
-
|
|
2853
|
-
declare type T_DeleteResult_2 = DeleteResult;
|
|
2768
|
+
export { T_DeleteResult as T_DeleteResult_alias_3 }
|
|
2854
2769
|
|
|
2855
2770
|
declare type T_ErrorHandlingMiddlewareFunction<T> = ErrorHandlingMiddlewareFunction<T>;
|
|
2856
2771
|
export { T_ErrorHandlingMiddlewareFunction }
|
|
2857
2772
|
export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_1 }
|
|
2858
2773
|
export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_2 }
|
|
2859
|
-
|
|
2860
|
-
declare type T_ErrorHandlingMiddlewareFunction_2<T> = ErrorHandlingMiddlewareFunction<T>;
|
|
2774
|
+
export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_3 }
|
|
2861
2775
|
|
|
2862
2776
|
declare type T_ErrorHandlingMiddlewareWithOption<T> = ErrorHandlingMiddlewareWithOption<T>;
|
|
2863
2777
|
export { T_ErrorHandlingMiddlewareWithOption }
|
|
2864
2778
|
export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_1 }
|
|
2865
2779
|
export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_2 }
|
|
2866
|
-
|
|
2867
|
-
declare type T_ErrorHandlingMiddlewareWithOption_2<T> = ErrorHandlingMiddlewareWithOption<T>;
|
|
2780
|
+
export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_3 }
|
|
2868
2781
|
|
|
2869
2782
|
declare type T_Filter<T> = Filter<T>;
|
|
2870
2783
|
export { T_Filter }
|
|
2871
2784
|
export { T_Filter as T_Filter_alias_1 }
|
|
2872
2785
|
export { T_Filter as T_Filter_alias_2 }
|
|
2873
|
-
|
|
2874
|
-
declare type T_Filter_2<T> = Filter<T>;
|
|
2786
|
+
export { T_Filter as T_Filter_alias_3 }
|
|
2875
2787
|
|
|
2876
2788
|
declare type T_FilterQuery<T> = FilterQuery<T>;
|
|
2877
2789
|
export { T_FilterQuery }
|
|
2878
2790
|
export { T_FilterQuery as T_FilterQuery_alias_1 }
|
|
2879
2791
|
export { T_FilterQuery as T_FilterQuery_alias_2 }
|
|
2880
|
-
|
|
2881
|
-
declare type T_FilterQuery_2<T> = FilterQuery<T>;
|
|
2792
|
+
export { T_FilterQuery as T_FilterQuery_alias_3 }
|
|
2882
2793
|
|
|
2883
2794
|
declare type T_Input_MongooseSchema<T> = SchemaDefinition<T>;
|
|
2884
2795
|
export { T_Input_MongooseSchema }
|
|
2885
2796
|
export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_1 }
|
|
2886
2797
|
export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_2 }
|
|
2887
|
-
|
|
2888
|
-
declare type T_Input_MongooseSchema_2<T> = SchemaDefinition<T>;
|
|
2798
|
+
export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_3 }
|
|
2889
2799
|
|
|
2890
2800
|
declare type T_Input_Populate = string | string[] | T_PopulateOptions | T_PopulateOptions[];
|
|
2891
2801
|
export { T_Input_Populate }
|
|
2892
2802
|
export { T_Input_Populate as T_Input_Populate_alias_1 }
|
|
2893
2803
|
export { T_Input_Populate as T_Input_Populate_alias_2 }
|
|
2894
|
-
|
|
2895
|
-
declare type T_Input_Populate_2 = string | string[] | T_PopulateOptions_2 | T_PopulateOptions_2[];
|
|
2804
|
+
export { T_Input_Populate as T_Input_Populate_alias_3 }
|
|
2896
2805
|
|
|
2897
2806
|
declare type T_InsertManyOptions = InsertManyOptions;
|
|
2898
2807
|
export { T_InsertManyOptions }
|
|
2899
2808
|
export { T_InsertManyOptions as T_InsertManyOptions_alias_1 }
|
|
2900
2809
|
export { T_InsertManyOptions as T_InsertManyOptions_alias_2 }
|
|
2901
|
-
|
|
2902
|
-
declare type T_InsertManyOptions_2 = InsertManyOptions;
|
|
2810
|
+
export { T_InsertManyOptions as T_InsertManyOptions_alias_3 }
|
|
2903
2811
|
|
|
2904
2812
|
declare type T_InsertManyResult<T> = InsertManyResult<T>;
|
|
2905
2813
|
export { T_InsertManyResult }
|
|
2906
2814
|
export { T_InsertManyResult as T_InsertManyResult_alias_1 }
|
|
2907
2815
|
export { T_InsertManyResult as T_InsertManyResult_alias_2 }
|
|
2908
|
-
|
|
2909
|
-
declare type T_InsertManyResult_2<T> = InsertManyResult<T>;
|
|
2816
|
+
export { T_InsertManyResult as T_InsertManyResult_alias_3 }
|
|
2910
2817
|
|
|
2911
2818
|
declare type T_InsertOneResult<T> = InsertOneResult<T>;
|
|
2912
2819
|
export { T_InsertOneResult }
|
|
2913
2820
|
export { T_InsertOneResult as T_InsertOneResult_alias_1 }
|
|
2914
2821
|
export { T_InsertOneResult as T_InsertOneResult_alias_2 }
|
|
2915
|
-
|
|
2916
|
-
declare type T_InsertOneResult_2<T> = InsertOneResult<T>;
|
|
2822
|
+
export { T_InsertOneResult as T_InsertOneResult_alias_3 }
|
|
2917
2823
|
|
|
2918
2824
|
declare type T_MongooseHookNextFunction = (error?: Error) => void;
|
|
2919
2825
|
export { T_MongooseHookNextFunction }
|
|
2920
2826
|
export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_1 }
|
|
2921
2827
|
export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_2 }
|
|
2828
|
+
export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_3 }
|
|
2922
2829
|
|
|
2923
2830
|
declare type T_MongooseMiddlewareMethod = string | RegExp;
|
|
2924
2831
|
export { T_MongooseMiddlewareMethod }
|
|
2925
2832
|
export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_1 }
|
|
2926
2833
|
export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_2 }
|
|
2927
|
-
|
|
2928
|
-
declare type T_MongooseMiddlewareMethod_2 = string | RegExp;
|
|
2834
|
+
export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_3 }
|
|
2929
2835
|
|
|
2930
2836
|
declare type T_MongooseMiddlewarePostFunction<T> = T_PostMiddlewareFunction<T> & T_ErrorHandlingMiddlewareFunction<T> & T_ErrorHandlingMiddlewareWithOption<T>;
|
|
2931
2837
|
export { T_MongooseMiddlewarePostFunction }
|
|
2932
2838
|
export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_1 }
|
|
2933
2839
|
export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_2 }
|
|
2934
|
-
|
|
2935
|
-
declare type T_MongooseMiddlewarePostFunction_2<T> = T_PostMiddlewareFunction_2<T> & T_ErrorHandlingMiddlewareFunction_2<T> & T_ErrorHandlingMiddlewareWithOption_2<T>;
|
|
2840
|
+
export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_3 }
|
|
2936
2841
|
|
|
2937
2842
|
declare type T_MongooseMiddlewarePreFunction<T> = T_PreMiddlewareFunction<T> & T_PreSaveMiddlewareFunction<T>;
|
|
2938
2843
|
export { T_MongooseMiddlewarePreFunction }
|
|
2939
2844
|
export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_1 }
|
|
2940
2845
|
export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_2 }
|
|
2941
|
-
|
|
2942
|
-
declare type T_MongooseMiddlewarePreFunction_2<T> = T_PreMiddlewareFunction_2<T> & T_PreSaveMiddlewareFunction_2<T>;
|
|
2846
|
+
export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_3 }
|
|
2943
2847
|
|
|
2944
2848
|
declare type T_MongoosePlugin = (schema: Schema, options?: Record<string, unknown>) => void;
|
|
2945
2849
|
export { T_MongoosePlugin }
|
|
2946
2850
|
export { T_MongoosePlugin as T_MongoosePlugin_alias_1 }
|
|
2947
2851
|
export { T_MongoosePlugin as T_MongoosePlugin_alias_2 }
|
|
2948
|
-
|
|
2949
|
-
declare type T_MongoosePlugin_2 = (schema: Schema, options?: Record<string, unknown>) => void;
|
|
2852
|
+
export { T_MongoosePlugin as T_MongoosePlugin_alias_3 }
|
|
2950
2853
|
|
|
2951
2854
|
declare type T_MongooseShema<T> = mongoose.Schema<T>;
|
|
2952
2855
|
export { T_MongooseShema }
|
|
2953
2856
|
export { T_MongooseShema as T_MongooseShema_alias_1 }
|
|
2954
2857
|
export { T_MongooseShema as T_MongooseShema_alias_2 }
|
|
2955
|
-
|
|
2956
|
-
declare type T_MongooseShema_2<T> = mongoose.Schema<T>;
|
|
2858
|
+
export { T_MongooseShema as T_MongooseShema_alias_3 }
|
|
2957
2859
|
|
|
2958
2860
|
declare type T_NextIntlMessageList = Record<string, AbstractIntlMessages>;
|
|
2959
2861
|
export { T_NextIntlMessageList }
|
|
2960
2862
|
export { T_NextIntlMessageList as T_NextIntlMessageList_alias_1 }
|
|
2961
2863
|
export { T_NextIntlMessageList as T_NextIntlMessageList_alias_2 }
|
|
2962
|
-
|
|
2963
|
-
declare type T_NextIntlMessageList_2 = Record<string, AbstractIntlMessages>;
|
|
2864
|
+
export { T_NextIntlMessageList as T_NextIntlMessageList_alias_3 }
|
|
2964
2865
|
|
|
2965
2866
|
declare type T_Object = Record<string, any>;
|
|
2966
2867
|
export { T_Object }
|
|
@@ -2973,6 +2874,7 @@ declare type T_OptionalUnlessRequiredId<T> = OptionalUnlessRequiredId<T>;
|
|
|
2973
2874
|
export { T_OptionalUnlessRequiredId }
|
|
2974
2875
|
export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_1 }
|
|
2975
2876
|
export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_2 }
|
|
2877
|
+
export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_3 }
|
|
2976
2878
|
|
|
2977
2879
|
declare interface T_PackageJson {
|
|
2978
2880
|
name?: string;
|
|
@@ -2984,101 +2886,80 @@ declare interface T_PackageJson {
|
|
|
2984
2886
|
export { T_PackageJson }
|
|
2985
2887
|
export { T_PackageJson as T_PackageJson_alias_1 }
|
|
2986
2888
|
export { T_PackageJson as T_PackageJson_alias_2 }
|
|
2987
|
-
|
|
2988
|
-
declare interface T_PackageJson_2 {
|
|
2989
|
-
name?: string;
|
|
2990
|
-
version?: string;
|
|
2991
|
-
dependencies?: Record<string, string>;
|
|
2992
|
-
devDependencies?: Record<string, string>;
|
|
2993
|
-
[key: string]: any;
|
|
2994
|
-
}
|
|
2889
|
+
export { T_PackageJson as T_PackageJson_alias_3 }
|
|
2995
2890
|
|
|
2996
2891
|
declare type T_PaginateOptions = PaginateOptions;
|
|
2997
2892
|
export { T_PaginateOptions }
|
|
2998
2893
|
export { T_PaginateOptions as T_PaginateOptions_alias_1 }
|
|
2999
2894
|
export { T_PaginateOptions as T_PaginateOptions_alias_2 }
|
|
3000
|
-
|
|
3001
|
-
declare type T_PaginateOptions_2 = PaginateOptions;
|
|
2895
|
+
export { T_PaginateOptions as T_PaginateOptions_alias_3 }
|
|
3002
2896
|
|
|
3003
2897
|
declare interface T_PaginateOptionsWithPopulate extends T_PaginateOptions, T_PopulateOption {
|
|
3004
2898
|
}
|
|
3005
2899
|
export { T_PaginateOptionsWithPopulate }
|
|
3006
2900
|
export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_1 }
|
|
3007
2901
|
export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_2 }
|
|
3008
|
-
|
|
3009
|
-
declare interface T_PaginateOptionsWithPopulate_2
|
|
3010
|
-
extends T_PaginateOptions_2,
|
|
3011
|
-
T_PopulateOption_2 { }
|
|
2902
|
+
export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_3 }
|
|
3012
2903
|
|
|
3013
2904
|
declare type T_PaginateResult<T> = PaginateResult<T>;
|
|
3014
2905
|
export { T_PaginateResult }
|
|
3015
2906
|
export { T_PaginateResult as T_PaginateResult_alias_1 }
|
|
3016
2907
|
export { T_PaginateResult as T_PaginateResult_alias_2 }
|
|
3017
|
-
|
|
3018
|
-
declare type T_PaginateResult_2<T> = PaginateResult<T>;
|
|
2908
|
+
export { T_PaginateResult as T_PaginateResult_alias_3 }
|
|
3019
2909
|
|
|
3020
2910
|
declare type T_PipelineStage = PipelineStage;
|
|
3021
2911
|
export { T_PipelineStage }
|
|
3022
2912
|
export { T_PipelineStage as T_PipelineStage_alias_1 }
|
|
3023
2913
|
export { T_PipelineStage as T_PipelineStage_alias_2 }
|
|
3024
|
-
|
|
3025
|
-
declare type T_PipelineStage_2 = PipelineStage;
|
|
2914
|
+
export { T_PipelineStage as T_PipelineStage_alias_3 }
|
|
3026
2915
|
|
|
3027
2916
|
declare type T_PopulateOption = PopulateOption;
|
|
3028
2917
|
export { T_PopulateOption }
|
|
3029
2918
|
export { T_PopulateOption as T_PopulateOption_alias_1 }
|
|
3030
2919
|
export { T_PopulateOption as T_PopulateOption_alias_2 }
|
|
3031
|
-
|
|
3032
|
-
declare type T_PopulateOption_2 = PopulateOption;
|
|
2920
|
+
export { T_PopulateOption as T_PopulateOption_alias_3 }
|
|
3033
2921
|
|
|
3034
2922
|
declare type T_PopulateOptions = PopulateOptions;
|
|
3035
2923
|
export { T_PopulateOptions }
|
|
3036
2924
|
export { T_PopulateOptions as T_PopulateOptions_alias_1 }
|
|
3037
2925
|
export { T_PopulateOptions as T_PopulateOptions_alias_2 }
|
|
3038
|
-
|
|
3039
|
-
declare type T_PopulateOptions_2 = PopulateOptions;
|
|
2926
|
+
export { T_PopulateOptions as T_PopulateOptions_alias_3 }
|
|
3040
2927
|
|
|
3041
2928
|
declare type T_PostMiddlewareFunction<T> = PostMiddlewareFunction<T>;
|
|
3042
2929
|
export { T_PostMiddlewareFunction }
|
|
3043
2930
|
export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_1 }
|
|
3044
2931
|
export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_2 }
|
|
3045
|
-
|
|
3046
|
-
declare type T_PostMiddlewareFunction_2<T> = PostMiddlewareFunction<T>;
|
|
2932
|
+
export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_3 }
|
|
3047
2933
|
|
|
3048
2934
|
declare type T_PreMiddlewareFunction<T> = PreMiddlewareFunction<T>;
|
|
3049
2935
|
export { T_PreMiddlewareFunction }
|
|
3050
2936
|
export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_1 }
|
|
3051
2937
|
export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_2 }
|
|
3052
|
-
|
|
3053
|
-
declare type T_PreMiddlewareFunction_2<T> = PreMiddlewareFunction<T>;
|
|
2938
|
+
export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_3 }
|
|
3054
2939
|
|
|
3055
2940
|
declare type T_PreSaveMiddlewareFunction<T> = PreSaveMiddlewareFunction<T>;
|
|
3056
2941
|
export { T_PreSaveMiddlewareFunction }
|
|
3057
2942
|
export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_1 }
|
|
3058
2943
|
export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_2 }
|
|
3059
|
-
|
|
3060
|
-
declare type T_PreSaveMiddlewareFunction_2<T> = PreSaveMiddlewareFunction<T>;
|
|
2944
|
+
export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_3 }
|
|
3061
2945
|
|
|
3062
2946
|
declare type T_ProjectionType<T> = ProjectionType<T>;
|
|
3063
2947
|
export { T_ProjectionType }
|
|
3064
2948
|
export { T_ProjectionType as T_ProjectionType_alias_1 }
|
|
3065
2949
|
export { T_ProjectionType as T_ProjectionType_alias_2 }
|
|
3066
|
-
|
|
3067
|
-
declare type T_ProjectionType_2<T> = ProjectionType<T>;
|
|
2950
|
+
export { T_ProjectionType as T_ProjectionType_alias_3 }
|
|
3068
2951
|
|
|
3069
2952
|
declare type T_QueryOptions<T> = QueryOptions<T>;
|
|
3070
2953
|
export { T_QueryOptions }
|
|
3071
2954
|
export { T_QueryOptions as T_QueryOptions_alias_1 }
|
|
3072
2955
|
export { T_QueryOptions as T_QueryOptions_alias_2 }
|
|
3073
|
-
|
|
3074
|
-
declare type T_QueryOptions_2<T> = QueryOptions<T>;
|
|
2956
|
+
export { T_QueryOptions as T_QueryOptions_alias_3 }
|
|
3075
2957
|
|
|
3076
2958
|
declare type T_QueryWithHelpers<T> = QueryWithHelpers<T, T>;
|
|
3077
2959
|
export { T_QueryWithHelpers }
|
|
3078
2960
|
export { T_QueryWithHelpers as T_QueryWithHelpers_alias_1 }
|
|
3079
2961
|
export { T_QueryWithHelpers as T_QueryWithHelpers_alias_2 }
|
|
3080
|
-
|
|
3081
|
-
declare type T_QueryWithHelpers_2<T> = QueryWithHelpers<T, T>;
|
|
2962
|
+
export { T_QueryWithHelpers as T_QueryWithHelpers_alias_3 }
|
|
3082
2963
|
|
|
3083
2964
|
declare interface T_ThrowError {
|
|
3084
2965
|
message?: string;
|
|
@@ -3091,76 +2972,81 @@ declare interface T_ThrowError {
|
|
|
3091
2972
|
export { T_ThrowError }
|
|
3092
2973
|
export { T_ThrowError as T_ThrowError_alias_1 }
|
|
3093
2974
|
export { T_ThrowError as T_ThrowError_alias_2 }
|
|
3094
|
-
|
|
3095
|
-
declare interface T_ThrowError_2 {
|
|
3096
|
-
message?: string;
|
|
3097
|
-
status?: {
|
|
3098
|
-
CODE: string | number;
|
|
3099
|
-
MESSAGE: string;
|
|
3100
|
-
};
|
|
3101
|
-
type?: 'graphql' | 'rest';
|
|
3102
|
-
}
|
|
2975
|
+
export { T_ThrowError as T_ThrowError_alias_3 }
|
|
3103
2976
|
|
|
3104
2977
|
declare type T_UpdateQuery<T> = UpdateQuery<T>;
|
|
3105
2978
|
export { T_UpdateQuery }
|
|
3106
2979
|
export { T_UpdateQuery as T_UpdateQuery_alias_1 }
|
|
3107
2980
|
export { T_UpdateQuery as T_UpdateQuery_alias_2 }
|
|
3108
|
-
|
|
3109
|
-
declare type T_UpdateQuery_2<T> = UpdateQuery<T>;
|
|
2981
|
+
export { T_UpdateQuery as T_UpdateQuery_alias_3 }
|
|
3110
2982
|
|
|
3111
2983
|
declare type T_UpdateResult = UpdateResult;
|
|
3112
2984
|
export { T_UpdateResult }
|
|
3113
2985
|
export { T_UpdateResult as T_UpdateResult_alias_1 }
|
|
3114
2986
|
export { T_UpdateResult as T_UpdateResult_alias_2 }
|
|
3115
|
-
|
|
3116
|
-
declare type T_UpdateResult_2 = UpdateResult;
|
|
2987
|
+
export { T_UpdateResult as T_UpdateResult_alias_3 }
|
|
3117
2988
|
|
|
3118
2989
|
declare type T_WithId<T> = WithId<T>;
|
|
3119
2990
|
export { T_WithId }
|
|
3120
2991
|
export { T_WithId as T_WithId_alias_1 }
|
|
3121
2992
|
export { T_WithId as T_WithId_alias_2 }
|
|
2993
|
+
export { T_WithId as T_WithId_alias_3 }
|
|
3122
2994
|
|
|
3123
|
-
declare type
|
|
3124
|
-
|
|
3125
|
-
declare function throwError({ message, status, type, }: T_ThrowError_2): never;
|
|
2995
|
+
declare function throwError({ message, status, type, }: T_ThrowError): never;
|
|
3126
2996
|
export { throwError }
|
|
3127
2997
|
export { throwError as throwError_alias_1 }
|
|
3128
2998
|
export { throwError as throwError_alias_2 }
|
|
2999
|
+
export { throwError as throwError_alias_3 }
|
|
3000
|
+
|
|
3001
|
+
export { toast }
|
|
3002
|
+
export { toast as toast_alias_1 }
|
|
3003
|
+
export { toast as toast_alias_2 }
|
|
3004
|
+
|
|
3005
|
+
export { Toaster }
|
|
3006
|
+
export { Toaster as Toaster_alias_1 }
|
|
3007
|
+
export { Toaster as Toaster_alias_2 }
|
|
3129
3008
|
|
|
3130
3009
|
declare const TSC_CLI = "tsc";
|
|
3131
3010
|
export { TSC_CLI }
|
|
3132
3011
|
export { TSC_CLI as TSC_CLI_alias_1 }
|
|
3133
3012
|
export { TSC_CLI as TSC_CLI_alias_2 }
|
|
3013
|
+
export { TSC_CLI as TSC_CLI_alias_3 }
|
|
3134
3014
|
|
|
3135
3015
|
declare const TSC_PACKAGE_NAME = "typescript";
|
|
3136
3016
|
export { TSC_PACKAGE_NAME }
|
|
3137
3017
|
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_1 }
|
|
3138
3018
|
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_2 }
|
|
3019
|
+
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_3 }
|
|
3139
3020
|
|
|
3140
3021
|
declare const TSCONFIG_JSON = "tsconfig.json";
|
|
3141
3022
|
export { TSCONFIG_JSON }
|
|
3142
3023
|
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_1 }
|
|
3143
3024
|
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_2 }
|
|
3025
|
+
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_3 }
|
|
3144
3026
|
|
|
3145
3027
|
declare const TSX_CLI = "tsx";
|
|
3146
3028
|
export { TSX_CLI }
|
|
3147
3029
|
export { TSX_CLI as TSX_CLI_alias_1 }
|
|
3148
3030
|
export { TSX_CLI as TSX_CLI_alias_2 }
|
|
3031
|
+
export { TSX_CLI as TSX_CLI_alias_3 }
|
|
3149
3032
|
|
|
3150
|
-
declare function
|
|
3151
|
-
export {
|
|
3152
|
-
export {
|
|
3153
|
-
export {
|
|
3033
|
+
declare function useApolloError(): I_ApolloErrorContext_2;
|
|
3034
|
+
export { useApolloError }
|
|
3035
|
+
export { useApolloError as useApolloError_alias_1 }
|
|
3036
|
+
export { useApolloError as useApolloError_alias_2 }
|
|
3037
|
+
export { useApolloError as useApolloError_alias_3 }
|
|
3154
3038
|
|
|
3155
3039
|
declare function useLoading(): I_LoadingContext_2;
|
|
3156
3040
|
export { useLoading }
|
|
3157
3041
|
export { useLoading as useLoading_alias_1 }
|
|
3158
3042
|
export { useLoading as useLoading_alias_2 }
|
|
3043
|
+
export { useLoading as useLoading_alias_3 }
|
|
3159
3044
|
|
|
3160
|
-
declare function useNextIntl():
|
|
3045
|
+
declare function useNextIntl(): I_NextIntlContext;
|
|
3161
3046
|
export { useNextIntl }
|
|
3162
3047
|
export { useNextIntl as useNextIntl_alias_1 }
|
|
3163
3048
|
export { useNextIntl as useNextIntl_alias_2 }
|
|
3049
|
+
export { useNextIntl as useNextIntl_alias_3 }
|
|
3164
3050
|
|
|
3165
3051
|
declare function useStorage<T>(key: string, initialValue?: T, serializer?: I_Serializer_2<T>): {
|
|
3166
3052
|
value: T | undefined;
|
|
@@ -3170,11 +3056,13 @@ declare function useStorage<T>(key: string, initialValue?: T, serializer?: I_Ser
|
|
|
3170
3056
|
export { useStorage }
|
|
3171
3057
|
export { useStorage as useStorage_alias_1 }
|
|
3172
3058
|
export { useStorage as useStorage_alias_2 }
|
|
3059
|
+
export { useStorage as useStorage_alias_3 }
|
|
3173
3060
|
|
|
3174
3061
|
declare const useTranslateNextIntl: typeof useTranslations;
|
|
3175
3062
|
export { useTranslateNextIntl }
|
|
3176
3063
|
export { useTranslateNextIntl as useTranslateNextIntl_alias_1 }
|
|
3177
3064
|
export { useTranslateNextIntl as useTranslateNextIntl_alias_2 }
|
|
3065
|
+
export { useTranslateNextIntl as useTranslateNextIntl_alias_3 }
|
|
3178
3066
|
|
|
3179
3067
|
declare const validate: {
|
|
3180
3068
|
isEmpty(value: unknown): boolean;
|
|
@@ -3182,34 +3070,49 @@ declare const validate: {
|
|
|
3182
3070
|
export { validate }
|
|
3183
3071
|
export { validate as validate_alias_1 }
|
|
3184
3072
|
export { validate as validate_alias_2 }
|
|
3073
|
+
export { validate as validate_alias_3 }
|
|
3185
3074
|
|
|
3186
3075
|
declare const VITEST_CLI = "vitest";
|
|
3187
3076
|
export { VITEST_CLI }
|
|
3188
3077
|
export { VITEST_CLI as VITEST_CLI_alias_1 }
|
|
3189
3078
|
export { VITEST_CLI as VITEST_CLI_alias_2 }
|
|
3079
|
+
export { VITEST_CLI as VITEST_CLI_alias_3 }
|
|
3190
3080
|
|
|
3191
3081
|
declare const VITEST_PACKAGE_NAME = "vitest";
|
|
3192
3082
|
export { VITEST_PACKAGE_NAME }
|
|
3193
3083
|
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_1 }
|
|
3194
3084
|
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_2 }
|
|
3085
|
+
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_3 }
|
|
3195
3086
|
|
|
3196
|
-
declare function
|
|
3197
|
-
|
|
3198
|
-
|
|
3087
|
+
declare function vitestE2E(options: UserConfig): UserConfig;
|
|
3088
|
+
export { vitestE2E }
|
|
3089
|
+
export { vitestE2E as vitestE2E_alias_1 }
|
|
3090
|
+
export { vitestE2E as vitestE2E_alias_2 }
|
|
3091
|
+
export { vitestE2E as vitestE2E_alias_3 }
|
|
3092
|
+
|
|
3093
|
+
declare function vitestUnit(options: UserConfig): UserConfig;
|
|
3094
|
+
export { vitestUnit }
|
|
3095
|
+
export { vitestUnit as vitestUnit_alias_1 }
|
|
3096
|
+
export { vitestUnit as vitestUnit_alias_2 }
|
|
3097
|
+
export { vitestUnit as vitestUnit_alias_3 }
|
|
3098
|
+
|
|
3099
|
+
declare function withNextIntl<T extends I_Children_2>(Component: ComponentType<T>): {
|
|
3199
3100
|
(props: T & {
|
|
3200
|
-
languages:
|
|
3201
|
-
messages:
|
|
3101
|
+
languages: I_NextIntlLanguage[];
|
|
3102
|
+
messages: T_NextIntlMessageList;
|
|
3202
3103
|
}): JSX_2.Element | null;
|
|
3203
3104
|
displayName: string;
|
|
3204
3105
|
};
|
|
3205
3106
|
export { withNextIntl }
|
|
3206
3107
|
export { withNextIntl as withNextIntl_alias_1 }
|
|
3207
3108
|
export { withNextIntl as withNextIntl_alias_2 }
|
|
3109
|
+
export { withNextIntl as withNextIntl_alias_3 }
|
|
3208
3110
|
|
|
3209
3111
|
declare const WORKING_DIRECTORY: string;
|
|
3210
3112
|
export { WORKING_DIRECTORY }
|
|
3211
3113
|
export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_1 }
|
|
3212
3114
|
export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_2 }
|
|
3115
|
+
export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_3 }
|
|
3213
3116
|
|
|
3214
3117
|
declare function writeFileSync(filePath: string, data: string | T_Object_2, options?: {
|
|
3215
3118
|
isJson?: boolean;
|
|
@@ -3217,5 +3120,6 @@ declare function writeFileSync(filePath: string, data: string | T_Object_2, opti
|
|
|
3217
3120
|
export { writeFileSync }
|
|
3218
3121
|
export { writeFileSync as writeFileSync_alias_1 }
|
|
3219
3122
|
export { writeFileSync as writeFileSync_alias_2 }
|
|
3123
|
+
export { writeFileSync as writeFileSync_alias_3 }
|
|
3220
3124
|
|
|
3221
3125
|
export { }
|