@cyberskill/shared 1.198.0 → 1.200.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/config-B7WSlzSh.js +8 -0
- package/dist/config-DDQ9k8fw.cjs +1 -0
- package/dist/favicon/android-icon-144x144.png +0 -0
- package/dist/favicon/android-icon-192x192.png +0 -0
- package/dist/favicon/android-icon-36x36.png +0 -0
- package/dist/favicon/android-icon-48x48.png +0 -0
- package/dist/favicon/android-icon-72x72.png +0 -0
- package/dist/favicon/android-icon-96x96.png +0 -0
- package/dist/favicon/apple-icon-114x114.png +0 -0
- package/dist/favicon/apple-icon-120x120.png +0 -0
- package/dist/favicon/apple-icon-144x144.png +0 -0
- package/dist/favicon/apple-icon-152x152.png +0 -0
- package/dist/favicon/apple-icon-180x180.png +0 -0
- package/dist/favicon/apple-icon-57x57.png +0 -0
- package/dist/favicon/apple-icon-60x60.png +0 -0
- package/dist/favicon/apple-icon-72x72.png +0 -0
- package/dist/favicon/apple-icon-76x76.png +0 -0
- package/dist/favicon/apple-icon-precomposed.png +0 -0
- package/dist/favicon/apple-icon.png +0 -0
- package/dist/favicon/browserconfig.xml +2 -0
- package/dist/favicon/favicon-16x16.png +0 -0
- package/dist/favicon/favicon-32x32.png +0 -0
- package/dist/favicon/favicon-96x96.png +0 -0
- package/dist/favicon/favicon.ico +0 -0
- package/dist/favicon/manifest.json +41 -0
- package/dist/favicon/ms-icon-144x144.png +0 -0
- package/dist/favicon/ms-icon-150x150.png +0 -0
- package/dist/favicon/ms-icon-310x310.png +0 -0
- package/dist/favicon/ms-icon-70x70.png +0 -0
- package/dist/magic-string.es-CyLHbrL2.js +871 -0
- package/dist/magic-string.es-hjygV5wN.cjs +10 -0
- package/dist/path.constant-CFKXX6cG.js +682 -0
- package/dist/path.constant-Y6ImOuVK.cjs +2 -0
- package/dist/src/config/commitlint/index.cjs +1 -0
- package/dist/src/config/commitlint/index.d.ts +5 -0
- package/dist/src/config/commitlint/index.js +9 -0
- package/dist/src/config/config.type.cjs +1 -0
- package/dist/src/config/config.type.d.ts +10 -0
- package/dist/src/config/config.type.js +4 -0
- package/dist/src/config/config.util.cjs +1 -0
- package/dist/src/config/config.util.d.ts +3 -0
- package/dist/src/config/config.util.js +60 -0
- package/dist/src/config/env/env.constant.cjs +1 -0
- package/dist/src/config/env/env.constant.d.ts +1 -0
- package/dist/src/config/env/env.constant.js +4 -0
- package/dist/src/config/env/env.d.cjs +1 -0
- package/dist/src/config/env/env.d.js +1 -0
- package/dist/src/config/env/env.type.cjs +1 -0
- package/dist/src/config/env/env.type.d.ts +5 -0
- package/dist/src/config/env/env.type.js +1 -0
- package/dist/src/config/env/env.util.cjs +1 -0
- package/dist/src/config/env/env.util.d.ts +3 -0
- package/dist/src/config/env/env.util.js +28 -0
- package/dist/src/config/env/index.cjs +1 -0
- package/dist/src/config/env/index.d.ts +3 -0
- package/dist/src/config/env/index.js +7 -0
- package/dist/src/config/eslint/index.cjs +1 -0
- package/dist/src/config/eslint/index.d.ts +1172 -0
- package/dist/src/config/eslint/index.js +29 -0
- package/dist/src/config/graphql-codegen/graphql-codegen.type.cjs +1 -0
- package/dist/src/config/graphql-codegen/graphql-codegen.type.d.ts +6 -0
- package/dist/src/config/graphql-codegen/graphql-codegen.type.js +1 -0
- package/dist/src/config/graphql-codegen/graphql-codegen.util.cjs +1 -0
- package/dist/src/config/graphql-codegen/graphql-codegen.util.d.ts +3 -0
- package/dist/src/config/graphql-codegen/graphql-codegen.util.js +46 -0
- package/dist/src/config/graphql-codegen/index.cjs +1 -0
- package/dist/src/config/graphql-codegen/index.d.ts +2 -0
- package/dist/src/config/graphql-codegen/index.js +4 -0
- package/dist/src/config/index.cjs +1 -0
- package/dist/src/config/index.d.ts +2 -0
- package/dist/src/config/index.js +6 -0
- package/dist/src/config/lint-staged/index.cjs +1 -0
- package/dist/src/config/lint-staged/index.d.ts +5 -0
- package/dist/src/config/lint-staged/index.js +7 -0
- package/dist/src/config/vitest/index.cjs +1 -0
- package/dist/src/config/vitest/index.d.ts +2 -0
- package/dist/src/config/vitest/index.js +6 -0
- package/dist/src/config/vitest/vitest.e2e.cjs +1 -0
- package/dist/src/config/vitest/vitest.e2e.d.ts +2 -0
- package/dist/src/config/vitest/vitest.e2e.js +33 -0
- package/dist/src/config/vitest/vitest.unit.cjs +1 -0
- package/dist/src/config/vitest/vitest.unit.d.ts +2 -0
- package/dist/src/config/vitest/vitest.unit.js +30 -0
- package/dist/src/config/vitest/vitest.unit.setup.cjs +508 -0
- package/dist/src/config/vitest/vitest.unit.setup.js +31519 -0
- package/dist/src/constant/common.cjs +1 -0
- package/dist/src/constant/common.d.ts +1 -0
- package/dist/src/constant/common.js +4 -0
- package/dist/src/constant/index.cjs +1 -0
- package/dist/src/constant/index.d.ts +2 -0
- package/dist/src/constant/index.js +6 -0
- package/dist/src/constant/response-status.cjs +1 -0
- package/dist/src/constant/response-status.d.ts +250 -0
- package/dist/src/constant/response-status.js +253 -0
- package/dist/src/node/apollo-server/apollo-server.type.cjs +1 -0
- package/dist/src/node/apollo-server/apollo-server.type.d.ts +8 -0
- package/dist/src/node/apollo-server/apollo-server.type.js +1 -0
- package/dist/src/node/apollo-server/apollo-server.util.cjs +1 -0
- package/dist/src/node/apollo-server/apollo-server.util.d.ts +5 -0
- package/dist/src/node/apollo-server/apollo-server.util.js +62 -0
- package/dist/src/node/apollo-server/index.cjs +1 -0
- package/dist/src/node/apollo-server/index.d.ts +2 -0
- package/dist/src/node/apollo-server/index.js +6 -0
- package/dist/src/node/cli/cli.util.cjs +6 -0
- package/dist/src/node/cli/cli.util.d.ts +2 -0
- package/dist/src/node/cli/cli.util.js +171 -0
- package/dist/src/node/cli/index.cjs +1 -0
- package/dist/src/node/cli/index.d.ts +1 -0
- package/dist/src/node/cli/index.js +1 -0
- package/dist/src/node/command/command.type.cjs +1 -0
- package/dist/src/node/command/command.type.d.ts +26 -0
- package/dist/src/node/command/command.type.js +4 -0
- package/dist/src/node/command/command.util.cjs +1 -0
- package/dist/src/node/command/command.util.d.ts +13 -0
- package/dist/src/node/command/command.util.js +17 -0
- package/dist/src/node/command/index.cjs +1 -0
- package/dist/src/node/command/index.d.ts +2 -0
- package/dist/src/node/command/index.js +11 -0
- package/dist/src/node/express/express.type.cjs +1 -0
- package/dist/src/node/express/express.type.d.ts +24 -0
- package/dist/src/node/express/express.type.js +4 -0
- package/dist/src/node/express/express.util.cjs +1 -0
- package/dist/src/node/express/express.util.d.ts +19 -0
- package/dist/src/node/express/express.util.js +87 -0
- package/dist/src/node/express/index.cjs +1 -0
- package/dist/src/node/express/index.d.ts +2 -0
- package/dist/src/node/express/index.js +13 -0
- package/dist/src/node/fs/fs.type.cjs +1 -0
- package/dist/src/node/fs/fs.type.d.ts +4 -0
- package/dist/src/node/fs/fs.type.js +1 -0
- package/dist/src/node/fs/fs.util.cjs +1 -0
- package/dist/src/node/fs/fs.util.d.ts +10 -0
- package/dist/src/node/fs/fs.util.js +67 -0
- package/dist/src/node/fs/index.cjs +1 -0
- package/dist/src/node/fs/index.d.ts +2 -0
- package/dist/src/node/fs/index.js +17 -0
- package/dist/src/node/log/index.cjs +1 -0
- package/dist/src/node/log/index.d.ts +2 -0
- package/dist/src/node/log/index.js +8 -0
- package/dist/src/node/log/log.type.cjs +1 -0
- package/dist/src/node/log/log.type.d.ts +28 -0
- package/dist/src/node/log/log.type.js +4 -0
- package/dist/src/node/log/log.util.cjs +1 -0
- package/dist/src/node/log/log.util.d.ts +8 -0
- package/dist/src/node/log/log.util.js +60 -0
- package/dist/src/node/mongo/index.cjs +1 -0
- package/dist/src/node/mongo/index.d.ts +3 -0
- package/dist/src/node/mongo/index.js +17 -0
- package/dist/src/node/mongo/mongo.constant.cjs +1 -0
- package/dist/src/node/mongo/mongo.constant.d.ts +1 -0
- package/dist/src/node/mongo/mongo.constant.js +4 -0
- package/dist/src/node/mongo/mongo.type.cjs +1 -0
- package/dist/src/node/mongo/mongo.type.d.ts +156 -0
- package/dist/src/node/mongo/mongo.type.js +16 -0
- package/dist/src/node/mongo/mongo.util.cjs +5 -0
- package/dist/src/node/mongo/mongo.util.d.ts +236 -0
- package/dist/src/node/mongo/mongo.util.js +571 -0
- package/dist/src/node/package/index.cjs +1 -0
- package/dist/src/node/package/index.d.ts +2 -0
- package/dist/src/node/package/index.js +10 -0
- package/dist/src/node/package/package.type.cjs +1 -0
- package/dist/src/node/package/package.type.d.ts +30 -0
- package/dist/src/node/package/package.type.js +4 -0
- package/dist/src/node/package/package.util.cjs +1 -0
- package/dist/src/node/package/package.util.d.ts +11 -0
- package/dist/src/node/package/package.util.js +14 -0
- package/dist/src/node/path/index.cjs +1 -0
- package/dist/src/node/path/index.d.ts +2 -0
- package/dist/src/node/path/index.js +53 -0
- package/dist/src/node/path/path.constant.cjs +1 -0
- package/dist/src/node/path/path.constant.d.ts +92 -0
- package/dist/src/node/path/path.constant.js +52 -0
- package/dist/src/node/path/path.util.cjs +1 -0
- package/dist/src/node/path/path.util.d.ts +6 -0
- package/dist/src/node/path/path.util.js +19 -0
- package/dist/src/node/storage/index.cjs +1 -0
- package/dist/src/node/storage/index.d.ts +1 -0
- package/dist/src/node/storage/index.js +4 -0
- package/dist/src/node/storage/storage.util.cjs +1 -0
- package/dist/src/node/storage/storage.util.d.ts +7 -0
- package/dist/src/node/storage/storage.util.js +81 -0
- package/dist/src/node/upload/index.cjs +1 -0
- package/dist/src/node/upload/index.d.ts +2 -0
- package/dist/src/node/upload/index.js +7 -0
- package/dist/src/node/upload/upload.type.cjs +1 -0
- package/dist/src/node/upload/upload.type.d.ts +36 -0
- package/dist/src/node/upload/upload.type.js +4 -0
- package/dist/src/node/upload/upload.util.cjs +1 -0
- package/dist/src/node/upload/upload.util.d.ts +3 -0
- package/dist/src/node/upload/upload.util.js +159 -0
- package/dist/src/node/ws/index.cjs +1 -0
- package/dist/src/node/ws/index.d.ts +2 -0
- package/dist/src/node/ws/index.js +5 -0
- package/dist/src/node/ws/ts.util.cjs +1 -0
- package/dist/src/node/ws/ts.util.d.ts +4 -0
- package/dist/src/node/ws/ts.util.js +15 -0
- package/dist/src/node/ws/ws.type.cjs +1 -0
- package/dist/src/node/ws/ws.type.d.ts +11 -0
- package/dist/src/node/ws/ws.type.js +1 -0
- package/dist/src/react/apollo-client/apollo-client.component.cjs +1 -0
- package/dist/src/react/apollo-client/apollo-client.component.d.ts +3 -0
- package/dist/src/react/apollo-client/apollo-client.component.js +21 -0
- package/dist/src/react/apollo-client/apollo-client.constant.cjs +1 -0
- package/dist/src/react/apollo-client/apollo-client.constant.d.ts +1 -0
- package/dist/src/react/apollo-client/apollo-client.constant.js +4 -0
- package/dist/src/react/apollo-client/apollo-client.context.cjs +1 -0
- package/dist/src/react/apollo-client/apollo-client.context.d.ts +8 -0
- package/dist/src/react/apollo-client/apollo-client.context.js +12 -0
- package/dist/src/react/apollo-client/apollo-client.hook.cjs +1 -0
- package/dist/src/react/apollo-client/apollo-client.hook.d.ts +2 -0
- package/dist/src/react/apollo-client/apollo-client.hook.js +11 -0
- package/dist/src/react/apollo-client/apollo-client.type.cjs +1 -0
- package/dist/src/react/apollo-client/apollo-client.type.d.ts +12 -0
- package/dist/src/react/apollo-client/apollo-client.type.js +1 -0
- package/dist/src/react/apollo-client/apollo-client.util.cjs +1 -0
- package/dist/src/react/apollo-client/apollo-client.util.d.ts +11 -0
- package/dist/src/react/apollo-client/apollo-client.util.js +113 -0
- package/dist/src/react/apollo-client/index.cjs +1 -0
- package/dist/src/react/apollo-client/index.d.ts +7 -0
- package/dist/src/react/apollo-client/index.js +28 -0
- package/dist/src/react/apollo-client-nextjs/apollo-client.component.cjs +1 -0
- package/dist/src/react/apollo-client-nextjs/apollo-client.component.d.ts +3 -0
- package/dist/src/react/apollo-client-nextjs/apollo-client.component.js +32 -0
- package/dist/src/react/apollo-client-nextjs/apollo-client.util.cjs +1 -0
- package/dist/src/react/apollo-client-nextjs/apollo-client.util.d.ts +3 -0
- package/dist/src/react/apollo-client-nextjs/apollo-client.util.js +30 -0
- package/dist/src/react/apollo-client-nextjs/index.cjs +1 -0
- package/dist/src/react/apollo-client-nextjs/index.d.ts +2 -0
- package/dist/src/react/apollo-client-nextjs/index.js +6 -0
- package/dist/src/react/apollo-error/apollo-error.component.cjs +1 -0
- package/dist/src/react/apollo-error/apollo-error.component.d.ts +2 -0
- package/dist/src/react/apollo-error/apollo-error.component.js +29 -0
- package/dist/src/react/apollo-error/apollo-error.context.cjs +1 -0
- package/dist/src/react/apollo-error/apollo-error.context.d.ts +2 -0
- package/dist/src/react/apollo-error/apollo-error.context.js +5 -0
- package/dist/src/react/apollo-error/apollo-error.hook.cjs +1 -0
- package/dist/src/react/apollo-error/apollo-error.hook.d.ts +1 -0
- package/dist/src/react/apollo-error/apollo-error.hook.js +11 -0
- package/dist/src/react/apollo-error/apollo-error.module.cjs +1 -0
- package/dist/src/react/apollo-error/apollo-error.module.js +17 -0
- package/dist/src/react/apollo-error/apollo-error.provider.cjs +1 -0
- package/dist/src/react/apollo-error/apollo-error.provider.d.ts +4 -0
- package/dist/src/react/apollo-error/apollo-error.provider.js +18 -0
- package/dist/src/react/apollo-error/apollo-error.type.cjs +1 -0
- package/dist/src/react/apollo-error/apollo-error.type.d.ts +7 -0
- package/dist/src/react/apollo-error/apollo-error.type.js +1 -0
- package/dist/src/react/apollo-error/apollo-error.util.cjs +1 -0
- package/dist/src/react/apollo-error/apollo-error.util.d.ts +3 -0
- package/dist/src/react/apollo-error/apollo-error.util.js +11 -0
- package/dist/src/react/apollo-error/index.cjs +1 -0
- package/dist/src/react/apollo-error/index.d.ts +6 -0
- package/dist/src/react/apollo-error/index.js +13 -0
- package/dist/src/react/i18next/i18next.hook.cjs +1 -0
- package/dist/src/react/i18next/i18next.hook.d.ts +2 -0
- package/dist/src/react/i18next/i18next.hook.js +5 -0
- package/dist/src/react/i18next/i18next.util.cjs +1 -0
- package/dist/src/react/i18next/i18next.util.d.ts +2 -0
- package/dist/src/react/i18next/i18next.util.js +8 -0
- package/dist/src/react/i18next/index.cjs +1 -0
- package/dist/src/react/i18next/index.d.ts +2 -0
- package/dist/src/react/i18next/index.js +6 -0
- package/dist/src/react/loading/index.cjs +1 -0
- package/dist/src/react/loading/index.d.ts +5 -0
- package/dist/src/react/loading/index.js +10 -0
- package/dist/src/react/loading/loading.component.cjs +6 -0
- package/dist/src/react/loading/loading.component.d.ts +3 -0
- package/dist/src/react/loading/loading.component.js +55 -0
- package/dist/src/react/loading/loading.context.cjs +1 -0
- package/dist/src/react/loading/loading.context.d.ts +2 -0
- package/dist/src/react/loading/loading.context.js +5 -0
- package/dist/src/react/loading/loading.hook.cjs +1 -0
- package/dist/src/react/loading/loading.hook.d.ts +1 -0
- package/dist/src/react/loading/loading.hook.js +11 -0
- package/dist/src/react/loading/loading.module.cjs +1 -0
- package/dist/src/react/loading/loading.module.js +27 -0
- package/dist/src/react/loading/loading.provider.cjs +1 -0
- package/dist/src/react/loading/loading.provider.d.ts +3 -0
- package/dist/src/react/loading/loading.provider.js +17 -0
- package/dist/src/react/loading/loading.type.cjs +1 -0
- package/dist/src/react/loading/loading.type.d.ts +12 -0
- package/dist/src/react/loading/loading.type.js +1 -0
- package/dist/src/react/log/index.cjs +1 -0
- package/dist/src/react/log/index.d.ts +2 -0
- package/dist/src/react/log/index.js +5 -0
- package/dist/src/react/log/log.type.cjs +1 -0
- package/dist/src/react/log/log.type.d.ts +5 -0
- package/dist/src/react/log/log.type.js +1 -0
- package/dist/src/react/log/log.util.cjs +1 -0
- package/dist/src/react/log/log.util.d.ts +7 -0
- package/dist/src/react/log/log.util.js +30 -0
- package/dist/src/react/next-intl/index.cjs +1 -0
- package/dist/src/react/next-intl/index.d.ts +6 -0
- package/dist/src/react/next-intl/index.js +13 -0
- package/dist/src/react/next-intl/next-intl.constant.cjs +1 -0
- package/dist/src/react/next-intl/next-intl.constant.d.ts +12 -0
- package/dist/src/react/next-intl/next-intl.constant.js +16 -0
- package/dist/src/react/next-intl/next-intl.context.cjs +1 -0
- package/dist/src/react/next-intl/next-intl.context.d.ts +2 -0
- package/dist/src/react/next-intl/next-intl.context.js +5 -0
- package/dist/src/react/next-intl/next-intl.hoc.cjs +1 -0
- package/dist/src/react/next-intl/next-intl.hoc.d.ts +10 -0
- package/dist/src/react/next-intl/next-intl.hoc.js +35 -0
- package/dist/src/react/next-intl/next-intl.hook.cjs +1 -0
- package/dist/src/react/next-intl/next-intl.hook.d.ts +4 -0
- package/dist/src/react/next-intl/next-intl.hook.js +14 -0
- package/dist/src/react/next-intl/next-intl.provider.cjs +1 -0
- package/dist/src/react/next-intl/next-intl.provider.d.ts +3 -0
- package/dist/src/react/next-intl/next-intl.provider.js +25 -0
- package/dist/src/react/next-intl/next-intl.type.cjs +1 -0
- package/dist/src/react/next-intl/next-intl.type.d.ts +25 -0
- package/dist/src/react/next-intl/next-intl.type.js +1 -0
- package/dist/src/react/storage/index.cjs +1 -0
- package/dist/src/react/storage/index.d.ts +2 -0
- package/dist/src/react/storage/index.js +6 -0
- package/dist/src/react/storage/storage.hook.cjs +1 -0
- package/dist/src/react/storage/storage.hook.d.ts +6 -0
- package/dist/src/react/storage/storage.hook.js +77 -0
- package/dist/src/react/storage/storage.util.cjs +1 -0
- package/dist/src/react/storage/storage.util.d.ts +6 -0
- package/dist/src/react/storage/storage.util.js +60 -0
- package/dist/src/react/toast/index.cjs +1 -0
- package/dist/src/react/toast/index.d.ts +1 -0
- package/dist/src/react/toast/index.js +5 -0
- package/dist/src/react/userback/index.cjs +1 -0
- package/dist/src/react/userback/index.d.ts +2 -0
- package/dist/src/react/userback/index.js +4 -0
- package/dist/src/react/userback/userback.component.cjs +1 -0
- package/dist/src/react/userback/userback.component.d.ts +2 -0
- package/dist/src/react/userback/userback.component.js +54 -0
- package/dist/src/react/userback/userback.type.cjs +1 -0
- package/dist/src/react/userback/userback.type.d.ts +8 -0
- package/dist/src/react/userback/userback.type.js +1 -0
- package/dist/src/typescript/common.cjs +1 -0
- package/dist/src/typescript/common.d.ts +35 -0
- package/dist/src/typescript/common.js +4 -0
- package/dist/src/typescript/index.cjs +1 -0
- package/dist/src/typescript/index.d.ts +2 -0
- package/dist/src/typescript/index.js +4 -0
- package/dist/src/typescript/react.cjs +1 -0
- package/dist/src/typescript/react.d.ts +5 -0
- package/dist/src/typescript/react.js +1 -0
- package/dist/src/typescript/style.d.cjs +1 -0
- package/dist/src/typescript/style.d.js +1 -0
- package/dist/src/util/common/common.type.cjs +1 -0
- package/dist/src/util/common/common.type.d.ts +9 -0
- package/dist/src/util/common/common.type.js +1 -0
- package/dist/src/util/common/common.util.cjs +1 -0
- package/dist/src/util/common/common.util.d.ts +26 -0
- package/dist/src/util/common/common.util.js +59 -0
- package/dist/src/util/common/index.cjs +1 -0
- package/dist/src/util/common/index.d.ts +2 -0
- package/dist/src/util/common/index.js +7 -0
- package/dist/src/util/index.cjs +1 -0
- package/dist/src/util/index.d.ts +5 -0
- package/dist/src/util/index.js +24 -0
- package/dist/src/util/object/index.cjs +1 -0
- package/dist/src/util/object/index.d.ts +1 -0
- package/dist/src/util/object/index.js +9 -0
- package/dist/src/util/object/object.util.cjs +1 -0
- package/dist/src/util/object/object.util.d.ts +46 -0
- package/dist/src/util/object/object.util.js +77 -0
- package/dist/src/util/serializer/index.cjs +1 -0
- package/dist/src/util/serializer/index.d.ts +2 -0
- package/dist/src/util/serializer/index.js +4 -0
- package/dist/src/util/serializer/serializer.type.cjs +1 -0
- package/dist/src/util/serializer/serializer.type.d.ts +16 -0
- package/dist/src/util/serializer/serializer.type.js +1 -0
- package/dist/src/util/serializer/serializer.util.cjs +1 -0
- package/dist/src/util/serializer/serializer.util.d.ts +2 -0
- package/dist/src/util/serializer/serializer.util.js +75 -0
- package/dist/src/util/string/index.cjs +1 -0
- package/dist/src/util/string/index.d.ts +2 -0
- package/dist/src/util/string/index.js +8 -0
- package/dist/src/util/string/string.type.cjs +1 -0
- package/dist/src/util/string/string.type.d.ts +8 -0
- package/dist/src/util/string/string.type.js +1 -0
- package/dist/src/util/string/string.util.cjs +1 -0
- package/dist/src/util/string/string.util.d.ts +39 -0
- package/dist/src/util/string/string.util.js +64 -0
- package/dist/src/util/validate/index.cjs +1 -0
- package/dist/src/util/validate/index.d.ts +1 -0
- package/dist/src/util/validate/index.js +4 -0
- package/dist/src/util/validate/validate.util.cjs +1 -0
- package/dist/src/util/validate/validate.util.d.ts +27 -0
- package/dist/src/util/validate/validate.util.js +37 -0
- package/dist/style.css +1 -0
- package/dist/tsconfig.base.json +37 -0
- package/package.json +116 -143
- package/dist/_tsup-dts-rollup.d.cts +0 -3845
- package/dist/_tsup-dts-rollup.d.ts +0 -3845
- package/dist/config/commitlint/index.cjs +0 -1
- package/dist/config/commitlint/index.d.cts +0 -1
- package/dist/config/commitlint/index.d.ts +0 -1
- package/dist/config/commitlint/index.js +0 -1
- package/dist/config/config.type.cjs +0 -1
- package/dist/config/config.type.d.cts +0 -3
- package/dist/config/config.type.d.ts +0 -3
- package/dist/config/config.type.js +0 -1
- package/dist/config/config.util.cjs +0 -1
- package/dist/config/config.util.d.cts +0 -1
- package/dist/config/config.util.d.ts +0 -1
- package/dist/config/config.util.js +0 -1
- package/dist/config/env/env.constant.cjs +0 -1
- package/dist/config/env/env.constant.d.cts +0 -1
- package/dist/config/env/env.constant.d.ts +0 -1
- package/dist/config/env/env.constant.js +0 -1
- package/dist/config/env/env.d.cjs +0 -1
- package/dist/config/env/env.d.d.cts +0 -1
- package/dist/config/env/env.d.d.ts +0 -1
- package/dist/config/env/env.d.js +0 -0
- package/dist/config/env/env.type.cjs +0 -1
- package/dist/config/env/env.type.d.cts +0 -1
- package/dist/config/env/env.type.d.ts +0 -1
- package/dist/config/env/env.type.js +0 -0
- package/dist/config/env/env.util.cjs +0 -1
- package/dist/config/env/env.util.d.cts +0 -2
- package/dist/config/env/env.util.d.ts +0 -2
- package/dist/config/env/env.util.js +0 -1
- package/dist/config/env/index.cjs +0 -1
- package/dist/config/env/index.d.cts +0 -4
- package/dist/config/env/index.d.ts +0 -4
- package/dist/config/env/index.js +0 -1
- package/dist/config/eslint/index.cjs +0 -1
- package/dist/config/eslint/index.d.cts +0 -1
- package/dist/config/eslint/index.d.ts +0 -1
- package/dist/config/eslint/index.js +0 -1
- package/dist/config/graphql-codegen/graphql-codegen.type.cjs +0 -1
- package/dist/config/graphql-codegen/graphql-codegen.type.d.cts +0 -1
- package/dist/config/graphql-codegen/graphql-codegen.type.d.ts +0 -1
- package/dist/config/graphql-codegen/graphql-codegen.type.js +0 -0
- package/dist/config/graphql-codegen/graphql-codegen.util.cjs +0 -1
- package/dist/config/graphql-codegen/graphql-codegen.util.d.cts +0 -1
- package/dist/config/graphql-codegen/graphql-codegen.util.d.ts +0 -1
- package/dist/config/graphql-codegen/graphql-codegen.util.js +0 -1
- package/dist/config/graphql-codegen/index.cjs +0 -1
- package/dist/config/graphql-codegen/index.d.cts +0 -2
- package/dist/config/graphql-codegen/index.d.ts +0 -2
- package/dist/config/graphql-codegen/index.js +0 -1
- package/dist/config/index.cjs +0 -1
- package/dist/config/index.d.cts +0 -15
- package/dist/config/index.d.ts +0 -15
- package/dist/config/index.js +0 -1
- package/dist/config/lint-staged/index.cjs +0 -1
- package/dist/config/lint-staged/index.d.cts +0 -1
- package/dist/config/lint-staged/index.d.ts +0 -1
- package/dist/config/lint-staged/index.js +0 -1
- package/dist/config/vitest/index.cjs +0 -1
- package/dist/config/vitest/index.d.cts +0 -2
- package/dist/config/vitest/index.d.ts +0 -2
- package/dist/config/vitest/index.js +0 -1
- package/dist/config/vitest/vitest.e2e.cjs +0 -1
- package/dist/config/vitest/vitest.e2e.d.cts +0 -1
- package/dist/config/vitest/vitest.e2e.d.ts +0 -1
- package/dist/config/vitest/vitest.e2e.js +0 -1
- package/dist/config/vitest/vitest.unit.cjs +0 -1
- package/dist/config/vitest/vitest.unit.d.cts +0 -1
- package/dist/config/vitest/vitest.unit.d.ts +0 -1
- package/dist/config/vitest/vitest.unit.js +0 -1
- package/dist/config/vitest/vitest.unit.setup.cjs +0 -1
- package/dist/config/vitest/vitest.unit.setup.d.cts +0 -1
- package/dist/config/vitest/vitest.unit.setup.d.ts +0 -1
- package/dist/config/vitest/vitest.unit.setup.js +0 -1
- package/dist/constant/common.cjs +0 -1
- package/dist/constant/common.d.cts +0 -1
- package/dist/constant/common.d.ts +0 -1
- package/dist/constant/common.js +0 -1
- package/dist/constant/index.cjs +0 -1
- package/dist/constant/index.d.cts +0 -2
- package/dist/constant/index.d.ts +0 -2
- package/dist/constant/index.js +0 -1
- package/dist/constant/response-status.cjs +0 -1
- package/dist/constant/response-status.d.cts +0 -1
- package/dist/constant/response-status.d.ts +0 -1
- package/dist/constant/response-status.js +0 -1
- package/dist/node/apollo-server/apollo-server.type.cjs +0 -1
- package/dist/node/apollo-server/apollo-server.type.d.cts +0 -1
- package/dist/node/apollo-server/apollo-server.type.d.ts +0 -1
- package/dist/node/apollo-server/apollo-server.type.js +0 -0
- package/dist/node/apollo-server/apollo-server.util.cjs +0 -1
- package/dist/node/apollo-server/apollo-server.util.d.cts +0 -2
- package/dist/node/apollo-server/apollo-server.util.d.ts +0 -2
- package/dist/node/apollo-server/apollo-server.util.js +0 -1
- package/dist/node/apollo-server/index.cjs +0 -1
- package/dist/node/apollo-server/index.d.cts +0 -3
- package/dist/node/apollo-server/index.d.ts +0 -3
- package/dist/node/apollo-server/index.js +0 -1
- package/dist/node/cli/cli.util.cjs +0 -2
- package/dist/node/cli/cli.util.d.cts +0 -1
- package/dist/node/cli/cli.util.d.ts +0 -1
- package/dist/node/cli/cli.util.js +0 -2
- package/dist/node/cli/index.cjs +0 -1
- package/dist/node/cli/index.d.cts +0 -1
- package/dist/node/cli/index.d.ts +0 -1
- package/dist/node/cli/index.js +0 -1
- package/dist/node/command/command.type.cjs +0 -1
- package/dist/node/command/command.type.d.cts +0 -8
- package/dist/node/command/command.type.d.ts +0 -8
- package/dist/node/command/command.type.js +0 -1
- package/dist/node/command/command.util.cjs +0 -1
- package/dist/node/command/command.util.d.cts +0 -6
- package/dist/node/command/command.util.d.ts +0 -6
- package/dist/node/command/command.util.js +0 -1
- package/dist/node/command/index.cjs +0 -1
- package/dist/node/command/index.d.cts +0 -14
- package/dist/node/command/index.d.ts +0 -14
- package/dist/node/command/index.js +0 -1
- package/dist/node/express/express.type.cjs +0 -1
- package/dist/node/express/express.type.d.cts +0 -8
- package/dist/node/express/express.type.d.ts +0 -8
- package/dist/node/express/express.type.js +0 -1
- package/dist/node/express/express.util.cjs +0 -1
- package/dist/node/express/express.util.d.cts +0 -7
- package/dist/node/express/express.util.d.ts +0 -7
- package/dist/node/express/express.util.js +0 -1
- package/dist/node/express/index.cjs +0 -1
- package/dist/node/express/index.d.cts +0 -15
- package/dist/node/express/index.d.ts +0 -15
- package/dist/node/express/index.js +0 -1
- package/dist/node/fs/fs.type.cjs +0 -1
- package/dist/node/fs/fs.type.d.cts +0 -1
- package/dist/node/fs/fs.type.d.ts +0 -1
- package/dist/node/fs/fs.type.js +0 -0
- package/dist/node/fs/fs.util.cjs +0 -1
- package/dist/node/fs/fs.util.d.cts +0 -14
- package/dist/node/fs/fs.util.d.ts +0 -14
- package/dist/node/fs/fs.util.js +0 -1
- package/dist/node/fs/index.cjs +0 -1
- package/dist/node/fs/index.d.cts +0 -15
- package/dist/node/fs/index.d.ts +0 -15
- package/dist/node/fs/index.js +0 -1
- package/dist/node/index.cjs +0 -1
- package/dist/node/index.d.cts +0 -192
- package/dist/node/index.d.ts +0 -192
- package/dist/node/index.js +0 -1
- package/dist/node/log/index.cjs +0 -1
- package/dist/node/log/index.d.cts +0 -8
- package/dist/node/log/index.d.ts +0 -8
- package/dist/node/log/index.js +0 -1
- package/dist/node/log/log.type.cjs +0 -1
- package/dist/node/log/log.type.d.cts +0 -5
- package/dist/node/log/log.type.d.ts +0 -5
- package/dist/node/log/log.type.js +0 -1
- package/dist/node/log/log.util.cjs +0 -1
- package/dist/node/log/log.util.d.cts +0 -3
- package/dist/node/log/log.util.d.ts +0 -3
- package/dist/node/log/log.util.js +0 -1
- package/dist/node/mongo/index.cjs +0 -1
- package/dist/node/mongo/index.d.cts +0 -66
- package/dist/node/mongo/index.d.ts +0 -66
- package/dist/node/mongo/index.js +0 -1
- package/dist/node/mongo/mongo.constant.cjs +0 -1
- package/dist/node/mongo/mongo.constant.d.cts +0 -1
- package/dist/node/mongo/mongo.constant.d.ts +0 -1
- package/dist/node/mongo/mongo.constant.js +0 -1
- package/dist/node/mongo/mongo.type.cjs +0 -1
- package/dist/node/mongo/mongo.type.d.cts +0 -60
- package/dist/node/mongo/mongo.type.d.ts +0 -60
- package/dist/node/mongo/mongo.type.js +0 -1
- package/dist/node/mongo/mongo.util.cjs +0 -1
- package/dist/node/mongo/mongo.util.d.cts +0 -5
- package/dist/node/mongo/mongo.util.d.ts +0 -5
- package/dist/node/mongo/mongo.util.js +0 -1
- package/dist/node/package/index.cjs +0 -1
- package/dist/node/package/index.d.cts +0 -9
- package/dist/node/package/index.d.ts +0 -9
- package/dist/node/package/index.js +0 -1
- package/dist/node/package/package.type.cjs +0 -1
- package/dist/node/package/package.type.d.cts +0 -4
- package/dist/node/package/package.type.d.ts +0 -4
- package/dist/node/package/package.type.js +0 -1
- package/dist/node/package/package.util.cjs +0 -1
- package/dist/node/package/package.util.d.cts +0 -5
- package/dist/node/package/package.util.d.ts +0 -5
- package/dist/node/package/package.util.js +0 -1
- package/dist/node/path/index.cjs +0 -1
- package/dist/node/path/index.d.cts +0 -49
- package/dist/node/path/index.d.ts +0 -49
- package/dist/node/path/index.js +0 -1
- package/dist/node/path/path.constant.cjs +0 -1
- package/dist/node/path/path.constant.d.cts +0 -44
- package/dist/node/path/path.constant.d.ts +0 -44
- package/dist/node/path/path.constant.js +0 -1
- package/dist/node/path/path.util.cjs +0 -1
- package/dist/node/path/path.util.d.cts +0 -5
- package/dist/node/path/path.util.d.ts +0 -5
- package/dist/node/path/path.util.js +0 -1
- package/dist/node/storage/index.cjs +0 -1
- package/dist/node/storage/index.d.cts +0 -1
- package/dist/node/storage/index.d.ts +0 -1
- package/dist/node/storage/index.js +0 -1
- package/dist/node/storage/storage.util.cjs +0 -1
- package/dist/node/storage/storage.util.d.cts +0 -1
- package/dist/node/storage/storage.util.d.ts +0 -1
- package/dist/node/storage/storage.util.js +0 -1
- package/dist/node/upload/index.cjs +0 -1
- package/dist/node/upload/index.d.cts +0 -8
- package/dist/node/upload/index.d.ts +0 -8
- package/dist/node/upload/index.js +0 -1
- package/dist/node/upload/upload.type.cjs +0 -1
- package/dist/node/upload/upload.type.d.cts +0 -6
- package/dist/node/upload/upload.type.d.ts +0 -6
- package/dist/node/upload/upload.type.js +0 -1
- package/dist/node/upload/upload.util.cjs +0 -1
- package/dist/node/upload/upload.util.d.cts +0 -2
- package/dist/node/upload/upload.util.d.ts +0 -2
- package/dist/node/upload/upload.util.js +0 -1
- package/dist/node/ws/index.cjs +0 -1
- package/dist/node/ws/index.d.cts +0 -4
- package/dist/node/ws/index.d.ts +0 -4
- package/dist/node/ws/index.js +0 -1
- package/dist/node/ws/ts.util.cjs +0 -1
- package/dist/node/ws/ts.util.d.cts +0 -2
- package/dist/node/ws/ts.util.d.ts +0 -2
- package/dist/node/ws/ts.util.js +0 -1
- package/dist/node/ws/ws.type.cjs +0 -1
- package/dist/node/ws/ws.type.d.cts +0 -2
- package/dist/node/ws/ws.type.d.ts +0 -2
- package/dist/node/ws/ws.type.js +0 -0
- package/dist/react/apollo-client/apollo-client.component.cjs +0 -1
- package/dist/react/apollo-client/apollo-client.component.css +0 -1
- package/dist/react/apollo-client/apollo-client.component.d.cts +0 -1
- package/dist/react/apollo-client/apollo-client.component.d.ts +0 -1
- package/dist/react/apollo-client/apollo-client.component.js +0 -1
- package/dist/react/apollo-client/apollo-client.constant.cjs +0 -1
- package/dist/react/apollo-client/apollo-client.constant.d.cts +0 -1
- package/dist/react/apollo-client/apollo-client.constant.d.ts +0 -1
- package/dist/react/apollo-client/apollo-client.constant.js +0 -1
- package/dist/react/apollo-client/apollo-client.context.cjs +0 -1
- package/dist/react/apollo-client/apollo-client.context.d.cts +0 -2
- package/dist/react/apollo-client/apollo-client.context.d.ts +0 -2
- package/dist/react/apollo-client/apollo-client.context.js +0 -1
- package/dist/react/apollo-client/apollo-client.hook.cjs +0 -1
- package/dist/react/apollo-client/apollo-client.hook.d.cts +0 -1
- package/dist/react/apollo-client/apollo-client.hook.d.ts +0 -1
- package/dist/react/apollo-client/apollo-client.hook.js +0 -1
- package/dist/react/apollo-client/apollo-client.type.cjs +0 -1
- package/dist/react/apollo-client/apollo-client.type.d.cts +0 -6
- package/dist/react/apollo-client/apollo-client.type.d.ts +0 -6
- package/dist/react/apollo-client/apollo-client.type.js +0 -0
- package/dist/react/apollo-client/apollo-client.util.cjs +0 -1
- package/dist/react/apollo-client/apollo-client.util.css +0 -1
- package/dist/react/apollo-client/apollo-client.util.d.cts +0 -3
- package/dist/react/apollo-client/apollo-client.util.d.ts +0 -3
- package/dist/react/apollo-client/apollo-client.util.js +0 -1
- package/dist/react/apollo-client/index.cjs +0 -1
- package/dist/react/apollo-client/index.css +0 -1
- package/dist/react/apollo-client/index.d.cts +0 -26
- package/dist/react/apollo-client/index.d.ts +0 -26
- package/dist/react/apollo-client/index.js +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.component.cjs +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.component.css +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.component.d.cts +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.component.d.ts +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.component.js +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.util.cjs +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.util.css +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.util.d.cts +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.util.d.ts +0 -1
- package/dist/react/apollo-client-nextjs/apollo-client.util.js +0 -1
- package/dist/react/apollo-client-nextjs/index.cjs +0 -1
- package/dist/react/apollo-client-nextjs/index.css +0 -1
- package/dist/react/apollo-client-nextjs/index.d.cts +0 -2
- package/dist/react/apollo-client-nextjs/index.d.ts +0 -2
- package/dist/react/apollo-client-nextjs/index.js +0 -1
- package/dist/react/apollo-error/apollo-error.component.cjs +0 -1
- package/dist/react/apollo-error/apollo-error.component.css +0 -1
- package/dist/react/apollo-error/apollo-error.component.d.cts +0 -1
- package/dist/react/apollo-error/apollo-error.component.d.ts +0 -1
- package/dist/react/apollo-error/apollo-error.component.js +0 -1
- package/dist/react/apollo-error/apollo-error.context.cjs +0 -1
- package/dist/react/apollo-error/apollo-error.context.d.cts +0 -1
- package/dist/react/apollo-error/apollo-error.context.d.ts +0 -1
- package/dist/react/apollo-error/apollo-error.context.js +0 -1
- package/dist/react/apollo-error/apollo-error.hook.cjs +0 -1
- package/dist/react/apollo-error/apollo-error.hook.d.cts +0 -1
- package/dist/react/apollo-error/apollo-error.hook.d.ts +0 -1
- package/dist/react/apollo-error/apollo-error.hook.js +0 -1
- package/dist/react/apollo-error/apollo-error.provider.cjs +0 -1
- package/dist/react/apollo-error/apollo-error.provider.d.cts +0 -1
- package/dist/react/apollo-error/apollo-error.provider.d.ts +0 -1
- package/dist/react/apollo-error/apollo-error.provider.js +0 -1
- package/dist/react/apollo-error/apollo-error.type.cjs +0 -1
- package/dist/react/apollo-error/apollo-error.type.d.cts +0 -2
- package/dist/react/apollo-error/apollo-error.type.d.ts +0 -2
- package/dist/react/apollo-error/apollo-error.type.js +0 -0
- package/dist/react/apollo-error/apollo-error.util.cjs +0 -1
- package/dist/react/apollo-error/apollo-error.util.d.cts +0 -2
- package/dist/react/apollo-error/apollo-error.util.d.ts +0 -2
- package/dist/react/apollo-error/apollo-error.util.js +0 -1
- package/dist/react/apollo-error/index.cjs +0 -1
- package/dist/react/apollo-error/index.css +0 -1
- package/dist/react/apollo-error/index.d.cts +0 -8
- package/dist/react/apollo-error/index.d.ts +0 -8
- package/dist/react/apollo-error/index.js +0 -1
- package/dist/react/i18next/i18next.hook.cjs +0 -1
- package/dist/react/i18next/i18next.hook.d.cts +0 -1
- package/dist/react/i18next/i18next.hook.d.ts +0 -1
- package/dist/react/i18next/i18next.hook.js +0 -1
- package/dist/react/i18next/i18next.util.cjs +0 -1
- package/dist/react/i18next/i18next.util.d.cts +0 -1
- package/dist/react/i18next/i18next.util.d.ts +0 -1
- package/dist/react/i18next/i18next.util.js +0 -1
- package/dist/react/i18next/index.cjs +0 -1
- package/dist/react/i18next/index.d.cts +0 -2
- package/dist/react/i18next/index.d.ts +0 -2
- package/dist/react/i18next/index.js +0 -1
- package/dist/react/index.cjs +0 -1
- package/dist/react/index.css +0 -1
- package/dist/react/index.d.cts +0 -59
- package/dist/react/index.d.ts +0 -59
- package/dist/react/index.js +0 -1
- package/dist/react/loading/index.cjs +0 -1
- package/dist/react/loading/index.css +0 -1
- package/dist/react/loading/index.d.cts +0 -6
- package/dist/react/loading/index.d.ts +0 -6
- package/dist/react/loading/index.js +0 -1
- package/dist/react/loading/loading.component.cjs +0 -1
- package/dist/react/loading/loading.component.css +0 -1
- package/dist/react/loading/loading.component.d.cts +0 -1
- package/dist/react/loading/loading.component.d.ts +0 -1
- package/dist/react/loading/loading.component.js +0 -1
- package/dist/react/loading/loading.context.cjs +0 -1
- package/dist/react/loading/loading.context.d.cts +0 -1
- package/dist/react/loading/loading.context.d.ts +0 -1
- package/dist/react/loading/loading.context.js +0 -1
- package/dist/react/loading/loading.hook.cjs +0 -1
- package/dist/react/loading/loading.hook.d.cts +0 -1
- package/dist/react/loading/loading.hook.d.ts +0 -1
- package/dist/react/loading/loading.hook.js +0 -1
- package/dist/react/loading/loading.provider.cjs +0 -1
- package/dist/react/loading/loading.provider.css +0 -1
- package/dist/react/loading/loading.provider.d.cts +0 -1
- package/dist/react/loading/loading.provider.d.ts +0 -1
- package/dist/react/loading/loading.provider.js +0 -1
- package/dist/react/loading/loading.type.cjs +0 -1
- package/dist/react/loading/loading.type.d.cts +0 -2
- package/dist/react/loading/loading.type.d.ts +0 -2
- package/dist/react/loading/loading.type.js +0 -0
- package/dist/react/log/index.cjs +0 -1
- package/dist/react/log/index.d.cts +0 -3
- package/dist/react/log/index.d.ts +0 -3
- package/dist/react/log/index.js +0 -1
- package/dist/react/log/log.type.cjs +0 -1
- package/dist/react/log/log.type.d.cts +0 -1
- package/dist/react/log/log.type.d.ts +0 -1
- package/dist/react/log/log.type.js +0 -0
- package/dist/react/log/log.util.cjs +0 -1
- package/dist/react/log/log.util.d.cts +0 -2
- package/dist/react/log/log.util.d.ts +0 -2
- package/dist/react/log/log.util.js +0 -1
- package/dist/react/next-intl/index.cjs +0 -1
- package/dist/react/next-intl/index.d.cts +0 -10
- package/dist/react/next-intl/index.d.ts +0 -10
- package/dist/react/next-intl/index.js +0 -1
- package/dist/react/next-intl/next-intl.constant.cjs +0 -1
- package/dist/react/next-intl/next-intl.constant.d.cts +0 -1
- package/dist/react/next-intl/next-intl.constant.d.ts +0 -1
- package/dist/react/next-intl/next-intl.constant.js +0 -1
- package/dist/react/next-intl/next-intl.context.cjs +0 -1
- package/dist/react/next-intl/next-intl.context.d.cts +0 -1
- package/dist/react/next-intl/next-intl.context.d.ts +0 -1
- package/dist/react/next-intl/next-intl.context.js +0 -1
- package/dist/react/next-intl/next-intl.hoc.cjs +0 -1
- package/dist/react/next-intl/next-intl.hoc.d.cts +0 -1
- package/dist/react/next-intl/next-intl.hoc.d.ts +0 -1
- package/dist/react/next-intl/next-intl.hoc.js +0 -1
- package/dist/react/next-intl/next-intl.hook.cjs +0 -1
- package/dist/react/next-intl/next-intl.hook.d.cts +0 -2
- package/dist/react/next-intl/next-intl.hook.d.ts +0 -2
- package/dist/react/next-intl/next-intl.hook.js +0 -1
- package/dist/react/next-intl/next-intl.provider.cjs +0 -1
- package/dist/react/next-intl/next-intl.provider.d.cts +0 -1
- package/dist/react/next-intl/next-intl.provider.d.ts +0 -1
- package/dist/react/next-intl/next-intl.provider.js +0 -1
- package/dist/react/next-intl/next-intl.type.cjs +0 -1
- package/dist/react/next-intl/next-intl.type.d.cts +0 -4
- package/dist/react/next-intl/next-intl.type.d.ts +0 -4
- package/dist/react/next-intl/next-intl.type.js +0 -0
- package/dist/react/storage/index.cjs +0 -1
- package/dist/react/storage/index.d.cts +0 -2
- package/dist/react/storage/index.d.ts +0 -2
- package/dist/react/storage/index.js +0 -1
- package/dist/react/storage/storage.hook.cjs +0 -1
- package/dist/react/storage/storage.hook.d.cts +0 -1
- package/dist/react/storage/storage.hook.d.ts +0 -1
- package/dist/react/storage/storage.hook.js +0 -1
- package/dist/react/storage/storage.util.cjs +0 -1
- package/dist/react/storage/storage.util.d.cts +0 -1
- package/dist/react/storage/storage.util.d.ts +0 -1
- package/dist/react/storage/storage.util.js +0 -1
- package/dist/react/toast/index.cjs +0 -1
- package/dist/react/toast/index.d.cts +0 -2
- package/dist/react/toast/index.d.ts +0 -2
- package/dist/react/toast/index.js +0 -1
- package/dist/react/userback/index.cjs +0 -1
- package/dist/react/userback/index.d.cts +0 -3
- package/dist/react/userback/index.d.ts +0 -3
- package/dist/react/userback/index.js +0 -1
- package/dist/react/userback/userback.component.cjs +0 -1
- package/dist/react/userback/userback.component.d.cts +0 -1
- package/dist/react/userback/userback.component.d.ts +0 -1
- package/dist/react/userback/userback.component.js +0 -1
- package/dist/react/userback/userback.type.cjs +0 -1
- package/dist/react/userback/userback.type.d.cts +0 -2
- package/dist/react/userback/userback.type.d.ts +0 -2
- package/dist/react/userback/userback.type.js +0 -0
- package/dist/typescript/common.cjs +0 -1
- package/dist/typescript/common.d.cts +0 -6
- package/dist/typescript/common.d.ts +0 -6
- package/dist/typescript/common.js +0 -1
- package/dist/typescript/index.cjs +0 -1
- package/dist/typescript/index.d.cts +0 -8
- package/dist/typescript/index.d.ts +0 -8
- package/dist/typescript/index.js +0 -1
- package/dist/typescript/react.cjs +0 -1
- package/dist/typescript/react.d.cts +0 -2
- package/dist/typescript/react.d.ts +0 -2
- package/dist/typescript/react.js +0 -0
- package/dist/typescript/style.d.cjs +0 -1
- package/dist/typescript/style.d.d.cts +0 -1
- package/dist/typescript/style.d.d.ts +0 -1
- package/dist/typescript/style.d.js +0 -0
- package/dist/util/common/common.type.cjs +0 -1
- package/dist/util/common/common.type.d.cts +0 -2
- package/dist/util/common/common.type.d.ts +0 -2
- package/dist/util/common/common.type.js +0 -0
- package/dist/util/common/common.util.cjs +0 -1
- package/dist/util/common/common.util.d.cts +0 -4
- package/dist/util/common/common.util.d.ts +0 -4
- package/dist/util/common/common.util.js +0 -1
- package/dist/util/common/index.cjs +0 -1
- package/dist/util/common/index.d.cts +0 -6
- package/dist/util/common/index.d.ts +0 -6
- package/dist/util/common/index.js +0 -1
- package/dist/util/index.cjs +0 -1
- package/dist/util/index.d.cts +0 -24
- package/dist/util/index.d.ts +0 -24
- package/dist/util/index.js +0 -1
- package/dist/util/object/index.cjs +0 -1
- package/dist/util/object/index.d.cts +0 -6
- package/dist/util/object/index.d.ts +0 -6
- package/dist/util/object/index.js +0 -1
- package/dist/util/object/object.util.cjs +0 -1
- package/dist/util/object/object.util.d.cts +0 -6
- package/dist/util/object/object.util.d.ts +0 -6
- package/dist/util/object/object.util.js +0 -1
- package/dist/util/serializer/index.cjs +0 -1
- package/dist/util/serializer/index.d.cts +0 -5
- package/dist/util/serializer/index.d.ts +0 -5
- package/dist/util/serializer/index.js +0 -1
- package/dist/util/serializer/serializer.type.cjs +0 -1
- package/dist/util/serializer/serializer.type.d.cts +0 -4
- package/dist/util/serializer/serializer.type.d.ts +0 -4
- package/dist/util/serializer/serializer.type.js +0 -0
- package/dist/util/serializer/serializer.util.cjs +0 -1
- package/dist/util/serializer/serializer.util.d.cts +0 -1
- package/dist/util/serializer/serializer.util.d.ts +0 -1
- package/dist/util/serializer/serializer.util.js +0 -1
- package/dist/util/string/index.cjs +0 -1
- package/dist/util/string/index.d.cts +0 -6
- package/dist/util/string/index.d.ts +0 -6
- package/dist/util/string/index.js +0 -1
- package/dist/util/string/string.type.cjs +0 -1
- package/dist/util/string/string.type.d.cts +0 -1
- package/dist/util/string/string.type.d.ts +0 -1
- package/dist/util/string/string.type.js +0 -0
- package/dist/util/string/string.util.cjs +0 -1
- package/dist/util/string/string.util.d.cts +0 -5
- package/dist/util/string/string.util.d.ts +0 -5
- package/dist/util/string/string.util.js +0 -1
- package/dist/util/validate/index.cjs +0 -1
- package/dist/util/validate/index.d.cts +0 -1
- package/dist/util/validate/index.d.ts +0 -1
- package/dist/util/validate/index.js +0 -1
- package/dist/util/validate/validate.util.cjs +0 -1
- package/dist/util/validate/validate.util.d.cts +0 -1
- package/dist/util/validate/validate.util.d.ts +0 -1
- package/dist/util/validate/validate.util.js +0 -1
|
@@ -1,3845 +0,0 @@
|
|
|
1
|
-
import type { AbstractIntlMessages } from 'next-intl';
|
|
2
|
-
import aggregatePaginate from 'mongoose-aggregate-paginate-v2';
|
|
3
|
-
import type { AggregatePaginateModel } from 'mongoose';
|
|
4
|
-
import type { AggregatePaginateResult } from 'mongoose';
|
|
5
|
-
import { ApolloCache } from '@apollo/client';
|
|
6
|
-
import { ApolloClient } from '@apollo/client';
|
|
7
|
-
import { ApolloClient as ApolloClient_2 } from '@apollo/client/core/core.cjs';
|
|
8
|
-
import { ApolloClient as ApolloClient_3 } from '@apollo/client-integration-nextjs';
|
|
9
|
-
import { ApolloClientOptions } from '@apollo/client';
|
|
10
|
-
import { ApolloError } from '@apollo/client';
|
|
11
|
-
import type { ApolloLink } from '@apollo/client';
|
|
12
|
-
import { ApolloLink as ApolloLink_2 } from '@apollo/client/link/core/core.cjs';
|
|
13
|
-
import { ApolloServer } from '@apollo/server';
|
|
14
|
-
import type { Application } from 'express';
|
|
15
|
-
import bodyParser from 'body-parser';
|
|
16
|
-
import type { ClientSession } from 'mongoose';
|
|
17
|
-
import type { CodegenConfig } from '@graphql-codegen/cli';
|
|
18
|
-
import { Collection } from 'mongodb';
|
|
19
|
-
import type { ComponentType } from 'react';
|
|
20
|
-
import type consola from 'consola';
|
|
21
|
-
import { Context } from 'react';
|
|
22
|
-
import type { CopyOptionsSync } from 'fs-extra';
|
|
23
|
-
import cors from 'cors';
|
|
24
|
-
import type { CorsOptions } from 'cors';
|
|
25
|
-
import type { CorsOptions as CorsOptions_2 } from '@nestjs/common/interfaces/external/cors-options.interface.js';
|
|
26
|
-
import type { CorsOptionsDelegate } from 'cors';
|
|
27
|
-
import type { CorsRequest } from 'cors';
|
|
28
|
-
import { Db } from 'mongodb';
|
|
29
|
-
import type { DeleteResult } from 'mongodb';
|
|
30
|
-
import { Disposable as Disposable_2 } from 'graphql-ws';
|
|
31
|
-
import { Document as Document_2 } from 'mongoose';
|
|
32
|
-
import type { ErrorHandlingMiddlewareFunction } from 'mongoose';
|
|
33
|
-
import type { ErrorHandlingMiddlewareWithOption } from 'mongoose';
|
|
34
|
-
import type { ExceptionFilter } from '@nestjs/common';
|
|
35
|
-
import express from 'express';
|
|
36
|
-
import { expressMiddleware } from '@apollo/server/express4';
|
|
37
|
-
import type { FetchResult } from '@apollo/client';
|
|
38
|
-
import type { Filter } from 'mongodb';
|
|
39
|
-
import type { FilterQuery } from 'mongoose';
|
|
40
|
-
import fsExtra from 'fs-extra';
|
|
41
|
-
import type { GraphQLSchema } from 'graphql';
|
|
42
|
-
import { I_ApolloErrorContext as I_ApolloErrorContext_2 } from './apollo-error.type.js';
|
|
43
|
-
import { I_Command as I_Command_2 } from './command.type.js';
|
|
44
|
-
import { I_LoadingContext as I_LoadingContext_2 } from './loading.type.js';
|
|
45
|
-
import type { INestApplication } from '@nestjs/common';
|
|
46
|
-
import type { InitOptions } from 'i18next';
|
|
47
|
-
import type { InsertManyOptions } from 'mongoose';
|
|
48
|
-
import type { InsertManyResult } from 'mongodb';
|
|
49
|
-
import type { InsertOneResult } from 'mongodb';
|
|
50
|
-
import type { JSX } from 'react';
|
|
51
|
-
import { Locale } from 'date-fns/locale';
|
|
52
|
-
import type { Locale as Locale_2 } from 'date-fns';
|
|
53
|
-
import migrate from 'migrate-mongo';
|
|
54
|
-
import { Model } from 'mongoose';
|
|
55
|
-
import type mongoose from 'mongoose';
|
|
56
|
-
import mongoosePaginate from 'mongoose-paginate-v2';
|
|
57
|
-
import type mongooseRaw from 'mongoose';
|
|
58
|
-
import { NextFunction } from 'express';
|
|
59
|
-
import { NormalizedCacheObject } from '@apollo/client';
|
|
60
|
-
import type { Observable } from '@apollo/client/utilities';
|
|
61
|
-
import type { Operation } from '@apollo/client';
|
|
62
|
-
import type { OptionalUnlessRequiredId } from 'mongodb';
|
|
63
|
-
import type { PaginateModel } from 'mongoose';
|
|
64
|
-
import type { PaginateOptions } from 'mongoose';
|
|
65
|
-
import type { PaginateResult } from 'mongoose';
|
|
66
|
-
import pathNode from 'node:path';
|
|
67
|
-
import type { PipelineStage } from 'mongoose';
|
|
68
|
-
import type { PopulateOption } from 'mongoose';
|
|
69
|
-
import type { PopulateOptions } from 'mongoose';
|
|
70
|
-
import type { PostMiddlewareFunction } from 'mongoose';
|
|
71
|
-
import type { PreMiddlewareFunction } from 'mongoose';
|
|
72
|
-
import type { PreSaveMiddlewareFunction } from 'mongoose';
|
|
73
|
-
import type { ProjectionType } from 'mongoose';
|
|
74
|
-
import type { QueryOptions } from 'mongoose';
|
|
75
|
-
import type { QueryWithHelpers } from 'mongoose';
|
|
76
|
-
import { default as React_2 } from 'react';
|
|
77
|
-
import type { ReactElement } from 'react';
|
|
78
|
-
import type { ReactNode } from 'react';
|
|
79
|
-
import { Request as Request_2 } from 'express';
|
|
80
|
-
import type { RequestHandler } from 'express';
|
|
81
|
-
import { Response as Response_2 } from 'express';
|
|
82
|
-
import { Router } from 'express';
|
|
83
|
-
import type { Schema } from 'mongoose';
|
|
84
|
-
import type { SchemaDefinition } from 'mongoose';
|
|
85
|
-
import type { Server } from 'node:http';
|
|
86
|
-
import type { SessionOptions } from 'express-session';
|
|
87
|
-
import { TFunction } from 'i18next';
|
|
88
|
-
import type { Timezone } from 'next-intl';
|
|
89
|
-
import { toast } from 'react-hot-toast';
|
|
90
|
-
import { Toaster } from 'react-hot-toast';
|
|
91
|
-
import type { Type } from '@nestjs/common';
|
|
92
|
-
import type { UpdateQuery } from 'mongoose';
|
|
93
|
-
import type { UpdateResult } from 'mongodb';
|
|
94
|
-
import type { UriFunction } from '@apollo/client';
|
|
95
|
-
import { useApolloClient } from '@apollo/client/react/hooks/hooks.cjs';
|
|
96
|
-
import { useBackgroundQuery } from '@apollo/client/react/hooks/hooks.cjs';
|
|
97
|
-
import { useFragment } from '@apollo/client/react/hooks/hooks.cjs';
|
|
98
|
-
import { useLazyQuery } from '@apollo/client/react/hooks/hooks.cjs';
|
|
99
|
-
import { useLoadableQuery } from '@apollo/client/react/hooks/hooks.cjs';
|
|
100
|
-
import { useMutation } from '@apollo/client/react/hooks/hooks.cjs';
|
|
101
|
-
import { useQuery } from '@apollo/client/react/hooks/hooks.cjs';
|
|
102
|
-
import { useQueryRefHandlers } from '@apollo/client/react/hooks/hooks.cjs';
|
|
103
|
-
import type { UserbackOptions } from '@userback/widget';
|
|
104
|
-
import type { UserConfig } from 'vite';
|
|
105
|
-
import { useReactiveVar } from '@apollo/client/react/hooks/hooks.cjs';
|
|
106
|
-
import { useReadQuery } from '@apollo/client/react/hooks/hooks.cjs';
|
|
107
|
-
import { useSubscription } from '@apollo/client/react/hooks/hooks.cjs';
|
|
108
|
-
import { useSuspenseFragment } from '@apollo/client/react/hooks/hooks.cjs';
|
|
109
|
-
import { useSuspenseQuery } from '@apollo/client/react/hooks/hooks.cjs';
|
|
110
|
-
import { useTranslation } from 'react-i18next';
|
|
111
|
-
import { useTranslations } from 'next-intl';
|
|
112
|
-
import type { ValidationPipe } from '@nestjs/common';
|
|
113
|
-
import { WebSocketServer } from 'ws';
|
|
114
|
-
import type { WithId } from 'mongodb';
|
|
115
|
-
|
|
116
|
-
export { aggregatePaginate }
|
|
117
|
-
export { aggregatePaginate as aggregatePaginate_alias_1 }
|
|
118
|
-
export { aggregatePaginate as aggregatePaginate_alias_2 }
|
|
119
|
-
|
|
120
|
-
export { ApolloCache }
|
|
121
|
-
export { ApolloCache as ApolloCache_alias_1 }
|
|
122
|
-
export { ApolloCache as ApolloCache_alias_2 }
|
|
123
|
-
|
|
124
|
-
export { ApolloClient }
|
|
125
|
-
export { ApolloClient as ApolloClient_alias_1 }
|
|
126
|
-
export { ApolloClient as ApolloClient_alias_2 }
|
|
127
|
-
|
|
128
|
-
declare const ApolloClientContext: React_2.Context<ApolloClient<NormalizedCacheObject> | null>;
|
|
129
|
-
export { ApolloClientContext }
|
|
130
|
-
export { ApolloClientContext as ApolloClientContext_alias_1 }
|
|
131
|
-
export { ApolloClientContext as ApolloClientContext_alias_2 }
|
|
132
|
-
|
|
133
|
-
export { ApolloClientOptions }
|
|
134
|
-
export { ApolloClientOptions as ApolloClientOptions_alias_1 }
|
|
135
|
-
export { ApolloClientOptions as ApolloClientOptions_alias_2 }
|
|
136
|
-
|
|
137
|
-
declare function ApolloClientProvider({ client, children, }: {
|
|
138
|
-
client: ApolloClient<NormalizedCacheObject>;
|
|
139
|
-
children: React_2.ReactNode;
|
|
140
|
-
}): React_2.JSX.Element;
|
|
141
|
-
export { ApolloClientProvider }
|
|
142
|
-
export { ApolloClientProvider as ApolloClientProvider_alias_1 }
|
|
143
|
-
export { ApolloClientProvider as ApolloClientProvider_alias_2 }
|
|
144
|
-
|
|
145
|
-
export { ApolloError }
|
|
146
|
-
export { ApolloError as ApolloError_alias_1 }
|
|
147
|
-
export { ApolloError as ApolloError_alias_2 }
|
|
148
|
-
|
|
149
|
-
declare function ApolloErrorComponent(): React_2.JSX.Element | null;
|
|
150
|
-
export { ApolloErrorComponent }
|
|
151
|
-
export { ApolloErrorComponent as ApolloErrorComponent_alias_1 }
|
|
152
|
-
export { ApolloErrorComponent as ApolloErrorComponent_alias_2 }
|
|
153
|
-
|
|
154
|
-
declare const ApolloErrorContext: Context<I_ApolloErrorContext | undefined>;
|
|
155
|
-
export { ApolloErrorContext }
|
|
156
|
-
export { ApolloErrorContext as ApolloErrorContext_alias_1 }
|
|
157
|
-
export { ApolloErrorContext as ApolloErrorContext_alias_2 }
|
|
158
|
-
|
|
159
|
-
declare function ApolloErrorProvider({ children }: {
|
|
160
|
-
children: ReactNode;
|
|
161
|
-
}): React_2.JSX.Element;
|
|
162
|
-
export { ApolloErrorProvider }
|
|
163
|
-
export { ApolloErrorProvider as ApolloErrorProvider_alias_1 }
|
|
164
|
-
export { ApolloErrorProvider as ApolloErrorProvider_alias_2 }
|
|
165
|
-
|
|
166
|
-
declare function ApolloProvider({ options, children, }: I_ApolloProviderProps): React_2.JSX.Element;
|
|
167
|
-
export { ApolloProvider }
|
|
168
|
-
export { ApolloProvider as ApolloProvider_alias_1 }
|
|
169
|
-
export { ApolloProvider as ApolloProvider_alias_2 }
|
|
170
|
-
|
|
171
|
-
declare function ApolloProviderNextJS({ options, children, }: I_ApolloProviderProps): React_2.JSX.Element;
|
|
172
|
-
export { ApolloProviderNextJS }
|
|
173
|
-
export { ApolloProviderNextJS as ApolloProviderNextJS_alias_1 }
|
|
174
|
-
|
|
175
|
-
declare function appendFileSync(path: fsExtra.PathOrFileDescriptor, data: string | Uint8Array, options?: fsExtra.WriteFileOptions): void;
|
|
176
|
-
export { appendFileSync }
|
|
177
|
-
export { appendFileSync as appendFileSync_alias_1 }
|
|
178
|
-
export { appendFileSync as appendFileSync_alias_2 }
|
|
179
|
-
|
|
180
|
-
export { bodyParser }
|
|
181
|
-
export { bodyParser as bodyParser_alias_1 }
|
|
182
|
-
export { bodyParser as bodyParser_alias_2 }
|
|
183
|
-
|
|
184
|
-
declare const BUILD_DIRECTORY = "dist";
|
|
185
|
-
export { BUILD_DIRECTORY }
|
|
186
|
-
export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_1 }
|
|
187
|
-
export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_2 }
|
|
188
|
-
|
|
189
|
-
declare class C_Collection<T extends Partial<C_Document>> extends Collection<T> {
|
|
190
|
-
}
|
|
191
|
-
export { C_Collection }
|
|
192
|
-
export { C_Collection as C_Collection_alias_1 }
|
|
193
|
-
export { C_Collection as C_Collection_alias_2 }
|
|
194
|
-
|
|
195
|
-
declare class C_Db extends Db {
|
|
196
|
-
}
|
|
197
|
-
export { C_Db }
|
|
198
|
-
export { C_Db as C_Db_alias_1 }
|
|
199
|
-
export { C_Db as C_Db_alias_2 }
|
|
200
|
-
|
|
201
|
-
declare class C_Document extends Document_2 {
|
|
202
|
-
}
|
|
203
|
-
export { C_Document }
|
|
204
|
-
export { C_Document as C_Document_alias_1 }
|
|
205
|
-
export { C_Document as C_Document_alias_2 }
|
|
206
|
-
|
|
207
|
-
declare class C_Model extends Model {
|
|
208
|
-
}
|
|
209
|
-
export { C_Model }
|
|
210
|
-
export { C_Model as C_Model_alias_1 }
|
|
211
|
-
export { C_Model as C_Model_alias_2 }
|
|
212
|
-
|
|
213
|
-
declare function catchError<T = unknown>(errorInput: unknown, options: I_CatchErrorOptions & {
|
|
214
|
-
returnValue: T;
|
|
215
|
-
}): T;
|
|
216
|
-
|
|
217
|
-
declare function catchError<T = unknown>(errorInput: unknown, options?: I_CatchErrorOptions): I_Return_2<T>;
|
|
218
|
-
export { catchError }
|
|
219
|
-
export { catchError as catchError_alias_1 }
|
|
220
|
-
export { catchError as catchError_alias_2 }
|
|
221
|
-
|
|
222
|
-
declare function catchError_2<T = unknown>(errorInput: unknown, options: I_CatchErrorOptions_2 & {
|
|
223
|
-
returnValue: T;
|
|
224
|
-
}): T;
|
|
225
|
-
|
|
226
|
-
declare function catchError_2<T = unknown>(errorInput: unknown, options?: I_CatchErrorOptions_2): I_Return_2<T>;
|
|
227
|
-
export { catchError_2 as catchError_alias_3 }
|
|
228
|
-
export { catchError_2 as catchError_alias_4 }
|
|
229
|
-
export { catchError_2 as catchError_alias_5 }
|
|
230
|
-
|
|
231
|
-
declare function clearAllErrorLists(): Promise<void>;
|
|
232
|
-
export { clearAllErrorLists }
|
|
233
|
-
export { clearAllErrorLists as clearAllErrorLists_alias_1 }
|
|
234
|
-
export { clearAllErrorLists as clearAllErrorLists_alias_2 }
|
|
235
|
-
|
|
236
|
-
declare const command: {
|
|
237
|
-
simpleGitHooks: () => Promise<string>;
|
|
238
|
-
eslintInspect: () => Promise<string>;
|
|
239
|
-
nodeModulesInspect: () => Promise<string>;
|
|
240
|
-
eslintCheck: () => Promise<string>;
|
|
241
|
-
eslintFix: () => Promise<string>;
|
|
242
|
-
typescriptCheck: () => Promise<string>;
|
|
243
|
-
testUnit: () => Promise<string>;
|
|
244
|
-
testE2e: () => Promise<string>;
|
|
245
|
-
mongoMigrateCreate: (migrateName: string) => Promise<string>;
|
|
246
|
-
mongoMigrateUp: () => Promise<string>;
|
|
247
|
-
mongoMigrateDown: () => Promise<string>;
|
|
248
|
-
commitLint: () => Promise<string>;
|
|
249
|
-
lintStaged: () => Promise<string>;
|
|
250
|
-
configureGitHook: () => Promise<string>;
|
|
251
|
-
build: () => Promise<string>;
|
|
252
|
-
pnpmInstallStandard: () => Promise<string>;
|
|
253
|
-
pnpmInstallLegacy: () => Promise<string>;
|
|
254
|
-
pnpmInstallForce: () => Promise<string>;
|
|
255
|
-
pnpmPruneStore: () => Promise<string>;
|
|
256
|
-
pnpmCleanCache: () => Promise<string>;
|
|
257
|
-
};
|
|
258
|
-
export { command }
|
|
259
|
-
export { command as command_alias_1 }
|
|
260
|
-
export { command as command_alias_2 }
|
|
261
|
-
|
|
262
|
-
declare const COMMIT_LINT_CLI = "commitlint";
|
|
263
|
-
export { COMMIT_LINT_CLI }
|
|
264
|
-
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_1 }
|
|
265
|
-
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_2 }
|
|
266
|
-
|
|
267
|
-
declare const COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME = "@commitlint/config-conventional";
|
|
268
|
-
export { COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME }
|
|
269
|
-
export { COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME as COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME_alias_1 }
|
|
270
|
-
export { COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME as COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME_alias_2 }
|
|
271
|
-
|
|
272
|
-
declare const COMMIT_LINT_PACKAGE_NAME = "@commitlint/cli";
|
|
273
|
-
export { COMMIT_LINT_PACKAGE_NAME }
|
|
274
|
-
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_1 }
|
|
275
|
-
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_2 }
|
|
276
|
-
|
|
277
|
-
declare function copySync(src: string, dest: string, options?: I_CopySyncOptions): void;
|
|
278
|
-
export { copySync }
|
|
279
|
-
export { copySync as copySync_alias_1 }
|
|
280
|
-
export { copySync as copySync_alias_2 }
|
|
281
|
-
|
|
282
|
-
declare function createApolloLinks(options: I_ApolloOptions): ApolloLink_2[];
|
|
283
|
-
export { createApolloLinks }
|
|
284
|
-
export { createApolloLinks as createApolloLinks_alias_1 }
|
|
285
|
-
export { createApolloLinks as createApolloLinks_alias_2 }
|
|
286
|
-
|
|
287
|
-
declare function createApolloServer(options: I_ApolloServerOptions): ApolloServer;
|
|
288
|
-
export { createApolloServer }
|
|
289
|
-
export { createApolloServer as createApolloServer_alias_1 }
|
|
290
|
-
export { createApolloServer as createApolloServer_alias_2 }
|
|
291
|
-
|
|
292
|
-
declare function createCors<T extends T_CorsType>(options: T_CorsOptions<T>): (req: cors.CorsRequest, res: {
|
|
293
|
-
statusCode?: number | undefined;
|
|
294
|
-
setHeader(key: string, value: string): any;
|
|
295
|
-
end(): any;
|
|
296
|
-
}, next: (err?: any) => any) => void;
|
|
297
|
-
export { createCors }
|
|
298
|
-
export { createCors as createCors_alias_1 }
|
|
299
|
-
export { createCors as createCors_alias_2 }
|
|
300
|
-
|
|
301
|
-
declare function createCorsOptions<T extends T_CorsType>({ isDev, whiteList, ...rest }: T_CorsOptions<T>): {
|
|
302
|
-
origin: (origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void;
|
|
303
|
-
credentials: boolean;
|
|
304
|
-
} & Omit<T_CorsOptions<T>, "isDev" | "whiteList">;
|
|
305
|
-
export { createCorsOptions }
|
|
306
|
-
export { createCorsOptions as createCorsOptions_alias_1 }
|
|
307
|
-
export { createCorsOptions as createCorsOptions_alias_2 }
|
|
308
|
-
|
|
309
|
-
declare function createExpress(options?: I_ExpressOptions): Application;
|
|
310
|
-
export { createExpress }
|
|
311
|
-
export { createExpress as createExpress_alias_1 }
|
|
312
|
-
export { createExpress as createExpress_alias_2 }
|
|
313
|
-
|
|
314
|
-
declare function createGitHooksConfig({ isCurrentProject }: Partial<I_CommandContext>): {
|
|
315
|
-
'pre-push'?: {
|
|
316
|
-
raw: boolean;
|
|
317
|
-
cmd: string;
|
|
318
|
-
} | undefined;
|
|
319
|
-
'pre-commit': string;
|
|
320
|
-
'commit-msg': string;
|
|
321
|
-
};
|
|
322
|
-
export { createGitHooksConfig }
|
|
323
|
-
export { createGitHooksConfig as createGitHooksConfig_alias_1 }
|
|
324
|
-
export { createGitHooksConfig as createGitHooksConfig_alias_2 }
|
|
325
|
-
|
|
326
|
-
declare function createGraphqlCodegenConfig({ uri, from, to, target, }: I_GraphqlCodegenConfig): CodegenConfig;
|
|
327
|
-
export { createGraphqlCodegenConfig }
|
|
328
|
-
export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_1 }
|
|
329
|
-
export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_2 }
|
|
330
|
-
|
|
331
|
-
declare function createNest(options: I_NestOptions): Promise<INestApplication>;
|
|
332
|
-
export { createNest }
|
|
333
|
-
export { createNest as createNest_alias_1 }
|
|
334
|
-
export { createNest as createNest_alias_2 }
|
|
335
|
-
|
|
336
|
-
declare function createSession(options: SessionOptions): RequestHandler;
|
|
337
|
-
export { createSession }
|
|
338
|
-
export { createSession as createSession_alias_1 }
|
|
339
|
-
export { createSession as createSession_alias_2 }
|
|
340
|
-
|
|
341
|
-
declare function createUploadConfig(overrides?: Partial<I_UploadConfig>): I_UploadConfig;
|
|
342
|
-
export { createUploadConfig }
|
|
343
|
-
export { createUploadConfig as createUploadConfig_alias_1 }
|
|
344
|
-
export { createUploadConfig as createUploadConfig_alias_2 }
|
|
345
|
-
|
|
346
|
-
declare const createWriteStream: typeof fsExtra.createWriteStream;
|
|
347
|
-
export { createWriteStream }
|
|
348
|
-
export { createWriteStream as createWriteStream_alias_1 }
|
|
349
|
-
export { createWriteStream as createWriteStream_alias_2 }
|
|
350
|
-
|
|
351
|
-
declare function createWSServer(options: I_WSOptions): WebSocketServer;
|
|
352
|
-
export { createWSServer }
|
|
353
|
-
export { createWSServer as createWSServer_alias_1 }
|
|
354
|
-
export { createWSServer as createWSServer_alias_2 }
|
|
355
|
-
|
|
356
|
-
declare const CYBERSKILL_CLI = "cyberskill";
|
|
357
|
-
export { CYBERSKILL_CLI }
|
|
358
|
-
export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_1 }
|
|
359
|
-
export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_2 }
|
|
360
|
-
|
|
361
|
-
declare const CYBERSKILL_CLI_PATH = "src/node/cli/index.ts";
|
|
362
|
-
export { CYBERSKILL_CLI_PATH }
|
|
363
|
-
export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_1 }
|
|
364
|
-
export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_2 }
|
|
365
|
-
|
|
366
|
-
declare const CYBERSKILL_DIRECTORY: string;
|
|
367
|
-
export { CYBERSKILL_DIRECTORY }
|
|
368
|
-
export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_1 }
|
|
369
|
-
export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_2 }
|
|
370
|
-
|
|
371
|
-
declare const CYBERSKILL_PACKAGE_NAME = "@cyberskill/shared";
|
|
372
|
-
export { CYBERSKILL_PACKAGE_NAME }
|
|
373
|
-
export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_1 }
|
|
374
|
-
export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_2 }
|
|
375
|
-
|
|
376
|
-
declare const CYBERSKILL_STORAGE_DIRECTORY = ".cyberskill-storage";
|
|
377
|
-
export { CYBERSKILL_STORAGE_DIRECTORY }
|
|
378
|
-
export { CYBERSKILL_STORAGE_DIRECTORY as CYBERSKILL_STORAGE_DIRECTORY_alias_1 }
|
|
379
|
-
export { CYBERSKILL_STORAGE_DIRECTORY as CYBERSKILL_STORAGE_DIRECTORY_alias_2 }
|
|
380
|
-
|
|
381
|
-
/**
|
|
382
|
-
* This function uses JSON.stringify and JSON.parse to create a deep clone.
|
|
383
|
-
* This method is not suitable for objects with circular references or functions.
|
|
384
|
-
* @param obj - The object to clone.
|
|
385
|
-
* @returns A deep clone of the object.
|
|
386
|
-
*/
|
|
387
|
-
declare function deepClone<T>(obj: T): T;
|
|
388
|
-
export { deepClone }
|
|
389
|
-
export { deepClone as deepClone_alias_1 }
|
|
390
|
-
export { deepClone as deepClone_alias_2 }
|
|
391
|
-
|
|
392
|
-
/**
|
|
393
|
-
* Merges multiple objects deeply.
|
|
394
|
-
* If a property is an array, it will be merged without duplicates.
|
|
395
|
-
* If a property is an object, it will be merged recursively.
|
|
396
|
-
* If a property is a primitive, it will be overwritten.
|
|
397
|
-
* @param objects - The objects to merge.
|
|
398
|
-
* @returns The merged object.
|
|
399
|
-
*/
|
|
400
|
-
declare function deepMerge(...objects: T_Object_2[]): T_Object_2;
|
|
401
|
-
export { deepMerge }
|
|
402
|
-
export { deepMerge as deepMerge_alias_1 }
|
|
403
|
-
export { deepMerge as deepMerge_alias_2 }
|
|
404
|
-
|
|
405
|
-
declare const _default: {
|
|
406
|
-
extends: string[];
|
|
407
|
-
ignores: ((message: string) => boolean)[];
|
|
408
|
-
};
|
|
409
|
-
export { _default as commitlintConfig }
|
|
410
|
-
export { _default as default_alias }
|
|
411
|
-
|
|
412
|
-
declare const _default_2: {
|
|
413
|
-
languageOptions: {
|
|
414
|
-
globals: {
|
|
415
|
-
AbortController: false;
|
|
416
|
-
AbortSignal: false;
|
|
417
|
-
AbsoluteOrientationSensor: false;
|
|
418
|
-
AbstractRange: false;
|
|
419
|
-
Accelerometer: false;
|
|
420
|
-
addEventListener: false;
|
|
421
|
-
ai: false;
|
|
422
|
-
AI: false;
|
|
423
|
-
AICreateMonitor: false;
|
|
424
|
-
AITextSession: false;
|
|
425
|
-
alert: false;
|
|
426
|
-
AnalyserNode: false;
|
|
427
|
-
Animation: false;
|
|
428
|
-
AnimationEffect: false;
|
|
429
|
-
AnimationEvent: false;
|
|
430
|
-
AnimationPlaybackEvent: false;
|
|
431
|
-
AnimationTimeline: false;
|
|
432
|
-
AsyncDisposableStack: false;
|
|
433
|
-
atob: false;
|
|
434
|
-
Attr: false;
|
|
435
|
-
Audio: false;
|
|
436
|
-
AudioBuffer: false;
|
|
437
|
-
AudioBufferSourceNode: false;
|
|
438
|
-
AudioContext: false;
|
|
439
|
-
AudioData: false;
|
|
440
|
-
AudioDecoder: false;
|
|
441
|
-
AudioDestinationNode: false;
|
|
442
|
-
AudioEncoder: false;
|
|
443
|
-
AudioListener: false;
|
|
444
|
-
AudioNode: false;
|
|
445
|
-
AudioParam: false;
|
|
446
|
-
AudioParamMap: false;
|
|
447
|
-
AudioProcessingEvent: false;
|
|
448
|
-
AudioScheduledSourceNode: false;
|
|
449
|
-
AudioSinkInfo: false;
|
|
450
|
-
AudioWorklet: false;
|
|
451
|
-
AudioWorkletGlobalScope: false;
|
|
452
|
-
AudioWorkletNode: false;
|
|
453
|
-
AudioWorkletProcessor: false;
|
|
454
|
-
AuthenticatorAssertionResponse: false;
|
|
455
|
-
AuthenticatorAttestationResponse: false;
|
|
456
|
-
AuthenticatorResponse: false;
|
|
457
|
-
BackgroundFetchManager: false;
|
|
458
|
-
BackgroundFetchRecord: false;
|
|
459
|
-
BackgroundFetchRegistration: false;
|
|
460
|
-
BarcodeDetector: false;
|
|
461
|
-
BarProp: false;
|
|
462
|
-
BaseAudioContext: false;
|
|
463
|
-
BatteryManager: false;
|
|
464
|
-
BeforeUnloadEvent: false;
|
|
465
|
-
BiquadFilterNode: false;
|
|
466
|
-
Blob: false;
|
|
467
|
-
BlobEvent: false;
|
|
468
|
-
Bluetooth: false;
|
|
469
|
-
BluetoothCharacteristicProperties: false;
|
|
470
|
-
BluetoothDevice: false;
|
|
471
|
-
BluetoothRemoteGATTCharacteristic: false;
|
|
472
|
-
BluetoothRemoteGATTDescriptor: false;
|
|
473
|
-
BluetoothRemoteGATTServer: false;
|
|
474
|
-
BluetoothRemoteGATTService: false;
|
|
475
|
-
BluetoothUUID: false;
|
|
476
|
-
blur: false;
|
|
477
|
-
BroadcastChannel: false;
|
|
478
|
-
BrowserCaptureMediaStreamTrack: false;
|
|
479
|
-
btoa: false;
|
|
480
|
-
ByteLengthQueuingStrategy: false;
|
|
481
|
-
Cache: false;
|
|
482
|
-
caches: false;
|
|
483
|
-
CacheStorage: false;
|
|
484
|
-
cancelAnimationFrame: false;
|
|
485
|
-
cancelIdleCallback: false;
|
|
486
|
-
CanvasCaptureMediaStream: false;
|
|
487
|
-
CanvasCaptureMediaStreamTrack: false;
|
|
488
|
-
CanvasGradient: false;
|
|
489
|
-
CanvasPattern: false;
|
|
490
|
-
CanvasRenderingContext2D: false;
|
|
491
|
-
CaptureController: false;
|
|
492
|
-
CaretPosition: false;
|
|
493
|
-
CDATASection: false;
|
|
494
|
-
ChannelMergerNode: false;
|
|
495
|
-
ChannelSplitterNode: false;
|
|
496
|
-
ChapterInformation: false;
|
|
497
|
-
CharacterBoundsUpdateEvent: false;
|
|
498
|
-
CharacterData: false;
|
|
499
|
-
clearInterval: false;
|
|
500
|
-
clearTimeout: false;
|
|
501
|
-
clientInformation: false;
|
|
502
|
-
Clipboard: false;
|
|
503
|
-
ClipboardEvent: false;
|
|
504
|
-
ClipboardItem: false;
|
|
505
|
-
close: false;
|
|
506
|
-
closed: false;
|
|
507
|
-
CloseEvent: false;
|
|
508
|
-
CloseWatcher: false;
|
|
509
|
-
CommandEvent: false;
|
|
510
|
-
Comment: false;
|
|
511
|
-
CompositionEvent: false;
|
|
512
|
-
CompressionStream: false;
|
|
513
|
-
confirm: false;
|
|
514
|
-
console: false;
|
|
515
|
-
ConstantSourceNode: false;
|
|
516
|
-
ContentVisibilityAutoStateChangeEvent: false;
|
|
517
|
-
ConvolverNode: false;
|
|
518
|
-
CookieChangeEvent: false;
|
|
519
|
-
CookieDeprecationLabel: false;
|
|
520
|
-
cookieStore: false;
|
|
521
|
-
CookieStore: false;
|
|
522
|
-
CookieStoreManager: false;
|
|
523
|
-
CountQueuingStrategy: false;
|
|
524
|
-
createImageBitmap: false;
|
|
525
|
-
Credential: false;
|
|
526
|
-
credentialless: false;
|
|
527
|
-
CredentialsContainer: false;
|
|
528
|
-
CropTarget: false;
|
|
529
|
-
crossOriginIsolated: false;
|
|
530
|
-
crypto: false;
|
|
531
|
-
Crypto: false;
|
|
532
|
-
CryptoKey: false;
|
|
533
|
-
CSPViolationReportBody: false;
|
|
534
|
-
CSS: false;
|
|
535
|
-
CSSAnimation: false;
|
|
536
|
-
CSSConditionRule: false;
|
|
537
|
-
CSSContainerRule: false;
|
|
538
|
-
CSSCounterStyleRule: false;
|
|
539
|
-
CSSFontFaceRule: false;
|
|
540
|
-
CSSFontFeatureValuesRule: false;
|
|
541
|
-
CSSFontPaletteValuesRule: false;
|
|
542
|
-
CSSGroupingRule: false;
|
|
543
|
-
CSSImageValue: false;
|
|
544
|
-
CSSImportRule: false;
|
|
545
|
-
CSSKeyframeRule: false;
|
|
546
|
-
CSSKeyframesRule: false;
|
|
547
|
-
CSSKeywordValue: false;
|
|
548
|
-
CSSLayerBlockRule: false;
|
|
549
|
-
CSSLayerStatementRule: false;
|
|
550
|
-
CSSMarginRule: false;
|
|
551
|
-
CSSMathClamp: false;
|
|
552
|
-
CSSMathInvert: false;
|
|
553
|
-
CSSMathMax: false;
|
|
554
|
-
CSSMathMin: false;
|
|
555
|
-
CSSMathNegate: false;
|
|
556
|
-
CSSMathProduct: false;
|
|
557
|
-
CSSMathSum: false;
|
|
558
|
-
CSSMathValue: false;
|
|
559
|
-
CSSMatrixComponent: false;
|
|
560
|
-
CSSMediaRule: false;
|
|
561
|
-
CSSNamespaceRule: false;
|
|
562
|
-
CSSNestedDeclarations: false;
|
|
563
|
-
CSSNumericArray: false;
|
|
564
|
-
CSSNumericValue: false;
|
|
565
|
-
CSSPageDescriptors: false;
|
|
566
|
-
CSSPageRule: false;
|
|
567
|
-
CSSPerspective: false;
|
|
568
|
-
CSSPositionTryDescriptors: false;
|
|
569
|
-
CSSPositionTryRule: false;
|
|
570
|
-
CSSPositionValue: false;
|
|
571
|
-
CSSPropertyRule: false;
|
|
572
|
-
CSSRotate: false;
|
|
573
|
-
CSSRule: false;
|
|
574
|
-
CSSRuleList: false;
|
|
575
|
-
CSSScale: false;
|
|
576
|
-
CSSScopeRule: false;
|
|
577
|
-
CSSSkew: false;
|
|
578
|
-
CSSSkewX: false;
|
|
579
|
-
CSSSkewY: false;
|
|
580
|
-
CSSStartingStyleRule: false;
|
|
581
|
-
CSSStyleDeclaration: false;
|
|
582
|
-
CSSStyleRule: false;
|
|
583
|
-
CSSStyleSheet: false;
|
|
584
|
-
CSSStyleValue: false;
|
|
585
|
-
CSSSupportsRule: false;
|
|
586
|
-
CSSTransformComponent: false;
|
|
587
|
-
CSSTransformValue: false;
|
|
588
|
-
CSSTransition: false;
|
|
589
|
-
CSSTranslate: false;
|
|
590
|
-
CSSUnitValue: false;
|
|
591
|
-
CSSUnparsedValue: false;
|
|
592
|
-
CSSVariableReferenceValue: false;
|
|
593
|
-
CSSViewTransitionRule: false;
|
|
594
|
-
currentFrame: false;
|
|
595
|
-
currentTime: false;
|
|
596
|
-
CustomElementRegistry: false;
|
|
597
|
-
customElements: false;
|
|
598
|
-
CustomEvent: false;
|
|
599
|
-
CustomStateSet: false;
|
|
600
|
-
DataTransfer: false;
|
|
601
|
-
DataTransferItem: false;
|
|
602
|
-
DataTransferItemList: false;
|
|
603
|
-
DecompressionStream: false;
|
|
604
|
-
DelayNode: false;
|
|
605
|
-
DelegatedInkTrailPresenter: false;
|
|
606
|
-
DeviceMotionEvent: false;
|
|
607
|
-
DeviceMotionEventAcceleration: false;
|
|
608
|
-
DeviceMotionEventRotationRate: false;
|
|
609
|
-
DeviceOrientationEvent: false;
|
|
610
|
-
devicePixelRatio: false;
|
|
611
|
-
DevicePosture: false;
|
|
612
|
-
dispatchEvent: false;
|
|
613
|
-
DisposableStack: false;
|
|
614
|
-
document: false;
|
|
615
|
-
Document: false;
|
|
616
|
-
DocumentFragment: false;
|
|
617
|
-
documentPictureInPicture: false;
|
|
618
|
-
DocumentPictureInPicture: false;
|
|
619
|
-
DocumentPictureInPictureEvent: false;
|
|
620
|
-
DocumentTimeline: false;
|
|
621
|
-
DocumentType: false;
|
|
622
|
-
DOMError: false;
|
|
623
|
-
DOMException: false;
|
|
624
|
-
DOMImplementation: false;
|
|
625
|
-
DOMMatrix: false;
|
|
626
|
-
DOMMatrixReadOnly: false;
|
|
627
|
-
DOMParser: false;
|
|
628
|
-
DOMPoint: false;
|
|
629
|
-
DOMPointReadOnly: false;
|
|
630
|
-
DOMQuad: false;
|
|
631
|
-
DOMRect: false;
|
|
632
|
-
DOMRectList: false;
|
|
633
|
-
DOMRectReadOnly: false;
|
|
634
|
-
DOMStringList: false;
|
|
635
|
-
DOMStringMap: false;
|
|
636
|
-
DOMTokenList: false;
|
|
637
|
-
DragEvent: false;
|
|
638
|
-
DynamicsCompressorNode: false;
|
|
639
|
-
EditContext: false;
|
|
640
|
-
Element: false;
|
|
641
|
-
ElementInternals: false;
|
|
642
|
-
EncodedAudioChunk: false;
|
|
643
|
-
EncodedVideoChunk: false;
|
|
644
|
-
ErrorEvent: false;
|
|
645
|
-
event: false;
|
|
646
|
-
Event: false;
|
|
647
|
-
EventCounts: false;
|
|
648
|
-
EventSource: false;
|
|
649
|
-
EventTarget: false;
|
|
650
|
-
external: false;
|
|
651
|
-
External: false;
|
|
652
|
-
EyeDropper: false;
|
|
653
|
-
FeaturePolicy: false;
|
|
654
|
-
FederatedCredential: false;
|
|
655
|
-
fence: false;
|
|
656
|
-
Fence: false;
|
|
657
|
-
FencedFrameConfig: false;
|
|
658
|
-
fetch: false;
|
|
659
|
-
fetchLater: false;
|
|
660
|
-
FetchLaterResult: false;
|
|
661
|
-
File: false;
|
|
662
|
-
FileList: false;
|
|
663
|
-
FileReader: false;
|
|
664
|
-
FileSystem: false;
|
|
665
|
-
FileSystemDirectoryEntry: false;
|
|
666
|
-
FileSystemDirectoryHandle: false;
|
|
667
|
-
FileSystemDirectoryReader: false;
|
|
668
|
-
FileSystemEntry: false;
|
|
669
|
-
FileSystemFileEntry: false;
|
|
670
|
-
FileSystemFileHandle: false;
|
|
671
|
-
FileSystemHandle: false;
|
|
672
|
-
FileSystemObserver: false;
|
|
673
|
-
FileSystemWritableFileStream: false;
|
|
674
|
-
find: false;
|
|
675
|
-
focus: false;
|
|
676
|
-
FocusEvent: false;
|
|
677
|
-
FontData: false;
|
|
678
|
-
FontFace: false;
|
|
679
|
-
FontFaceSet: false;
|
|
680
|
-
FontFaceSetLoadEvent: false;
|
|
681
|
-
FormData: false;
|
|
682
|
-
FormDataEvent: false;
|
|
683
|
-
FragmentDirective: false;
|
|
684
|
-
frameElement: false;
|
|
685
|
-
frames: false;
|
|
686
|
-
GainNode: false;
|
|
687
|
-
Gamepad: false;
|
|
688
|
-
GamepadAxisMoveEvent: false;
|
|
689
|
-
GamepadButton: false;
|
|
690
|
-
GamepadButtonEvent: false;
|
|
691
|
-
GamepadEvent: false;
|
|
692
|
-
GamepadHapticActuator: false;
|
|
693
|
-
GamepadPose: false;
|
|
694
|
-
Geolocation: false;
|
|
695
|
-
GeolocationCoordinates: false;
|
|
696
|
-
GeolocationPosition: false;
|
|
697
|
-
GeolocationPositionError: false;
|
|
698
|
-
getComputedStyle: false;
|
|
699
|
-
getScreenDetails: false;
|
|
700
|
-
getSelection: false;
|
|
701
|
-
GPU: false;
|
|
702
|
-
GPUAdapter: false;
|
|
703
|
-
GPUAdapterInfo: false;
|
|
704
|
-
GPUBindGroup: false;
|
|
705
|
-
GPUBindGroupLayout: false;
|
|
706
|
-
GPUBuffer: false;
|
|
707
|
-
GPUBufferUsage: false;
|
|
708
|
-
GPUCanvasContext: false;
|
|
709
|
-
GPUColorWrite: false;
|
|
710
|
-
GPUCommandBuffer: false;
|
|
711
|
-
GPUCommandEncoder: false;
|
|
712
|
-
GPUCompilationInfo: false;
|
|
713
|
-
GPUCompilationMessage: false;
|
|
714
|
-
GPUComputePassEncoder: false;
|
|
715
|
-
GPUComputePipeline: false;
|
|
716
|
-
GPUDevice: false;
|
|
717
|
-
GPUDeviceLostInfo: false;
|
|
718
|
-
GPUError: false;
|
|
719
|
-
GPUExternalTexture: false;
|
|
720
|
-
GPUInternalError: false;
|
|
721
|
-
GPUMapMode: false;
|
|
722
|
-
GPUOutOfMemoryError: false;
|
|
723
|
-
GPUPipelineError: false;
|
|
724
|
-
GPUPipelineLayout: false;
|
|
725
|
-
GPUQuerySet: false;
|
|
726
|
-
GPUQueue: false;
|
|
727
|
-
GPURenderBundle: false;
|
|
728
|
-
GPURenderBundleEncoder: false;
|
|
729
|
-
GPURenderPassEncoder: false;
|
|
730
|
-
GPURenderPipeline: false;
|
|
731
|
-
GPUSampler: false;
|
|
732
|
-
GPUShaderModule: false;
|
|
733
|
-
GPUShaderStage: false;
|
|
734
|
-
GPUSupportedFeatures: false;
|
|
735
|
-
GPUSupportedLimits: false;
|
|
736
|
-
GPUTexture: false;
|
|
737
|
-
GPUTextureUsage: false;
|
|
738
|
-
GPUTextureView: false;
|
|
739
|
-
GPUUncapturedErrorEvent: false;
|
|
740
|
-
GPUValidationError: false;
|
|
741
|
-
GravitySensor: false;
|
|
742
|
-
Gyroscope: false;
|
|
743
|
-
HashChangeEvent: false;
|
|
744
|
-
Headers: false;
|
|
745
|
-
HID: false;
|
|
746
|
-
HIDConnectionEvent: false;
|
|
747
|
-
HIDDevice: false;
|
|
748
|
-
HIDInputReportEvent: false;
|
|
749
|
-
Highlight: false;
|
|
750
|
-
HighlightRegistry: false;
|
|
751
|
-
history: false;
|
|
752
|
-
History: false;
|
|
753
|
-
HTMLAllCollection: false;
|
|
754
|
-
HTMLAnchorElement: false;
|
|
755
|
-
HTMLAreaElement: false;
|
|
756
|
-
HTMLAudioElement: false;
|
|
757
|
-
HTMLBaseElement: false;
|
|
758
|
-
HTMLBodyElement: false;
|
|
759
|
-
HTMLBRElement: false;
|
|
760
|
-
HTMLButtonElement: false;
|
|
761
|
-
HTMLCanvasElement: false;
|
|
762
|
-
HTMLCollection: false;
|
|
763
|
-
HTMLDataElement: false;
|
|
764
|
-
HTMLDataListElement: false;
|
|
765
|
-
HTMLDetailsElement: false;
|
|
766
|
-
HTMLDialogElement: false;
|
|
767
|
-
HTMLDirectoryElement: false;
|
|
768
|
-
HTMLDivElement: false;
|
|
769
|
-
HTMLDListElement: false;
|
|
770
|
-
HTMLDocument: false;
|
|
771
|
-
HTMLElement: false;
|
|
772
|
-
HTMLEmbedElement: false;
|
|
773
|
-
HTMLFencedFrameElement: false;
|
|
774
|
-
HTMLFieldSetElement: false;
|
|
775
|
-
HTMLFontElement: false;
|
|
776
|
-
HTMLFormControlsCollection: false;
|
|
777
|
-
HTMLFormElement: false;
|
|
778
|
-
HTMLFrameElement: false;
|
|
779
|
-
HTMLFrameSetElement: false;
|
|
780
|
-
HTMLHeadElement: false;
|
|
781
|
-
HTMLHeadingElement: false;
|
|
782
|
-
HTMLHRElement: false;
|
|
783
|
-
HTMLHtmlElement: false;
|
|
784
|
-
HTMLIFrameElement: false;
|
|
785
|
-
HTMLImageElement: false;
|
|
786
|
-
HTMLInputElement: false;
|
|
787
|
-
HTMLLabelElement: false;
|
|
788
|
-
HTMLLegendElement: false;
|
|
789
|
-
HTMLLIElement: false;
|
|
790
|
-
HTMLLinkElement: false;
|
|
791
|
-
HTMLMapElement: false;
|
|
792
|
-
HTMLMarqueeElement: false;
|
|
793
|
-
HTMLMediaElement: false;
|
|
794
|
-
HTMLMenuElement: false;
|
|
795
|
-
HTMLMetaElement: false;
|
|
796
|
-
HTMLMeterElement: false;
|
|
797
|
-
HTMLModElement: false;
|
|
798
|
-
HTMLObjectElement: false;
|
|
799
|
-
HTMLOListElement: false;
|
|
800
|
-
HTMLOptGroupElement: false;
|
|
801
|
-
HTMLOptionElement: false;
|
|
802
|
-
HTMLOptionsCollection: false;
|
|
803
|
-
HTMLOutputElement: false;
|
|
804
|
-
HTMLParagraphElement: false;
|
|
805
|
-
HTMLParamElement: false;
|
|
806
|
-
HTMLPictureElement: false;
|
|
807
|
-
HTMLPreElement: false;
|
|
808
|
-
HTMLProgressElement: false;
|
|
809
|
-
HTMLQuoteElement: false;
|
|
810
|
-
HTMLScriptElement: false;
|
|
811
|
-
HTMLSelectedContentElement: false;
|
|
812
|
-
HTMLSelectElement: false;
|
|
813
|
-
HTMLSlotElement: false;
|
|
814
|
-
HTMLSourceElement: false;
|
|
815
|
-
HTMLSpanElement: false;
|
|
816
|
-
HTMLStyleElement: false;
|
|
817
|
-
HTMLTableCaptionElement: false;
|
|
818
|
-
HTMLTableCellElement: false;
|
|
819
|
-
HTMLTableColElement: false;
|
|
820
|
-
HTMLTableElement: false;
|
|
821
|
-
HTMLTableRowElement: false;
|
|
822
|
-
HTMLTableSectionElement: false;
|
|
823
|
-
HTMLTemplateElement: false;
|
|
824
|
-
HTMLTextAreaElement: false;
|
|
825
|
-
HTMLTimeElement: false;
|
|
826
|
-
HTMLTitleElement: false;
|
|
827
|
-
HTMLTrackElement: false;
|
|
828
|
-
HTMLUListElement: false;
|
|
829
|
-
HTMLUnknownElement: false;
|
|
830
|
-
HTMLVideoElement: false;
|
|
831
|
-
IDBCursor: false;
|
|
832
|
-
IDBCursorWithValue: false;
|
|
833
|
-
IDBDatabase: false;
|
|
834
|
-
IDBFactory: false;
|
|
835
|
-
IDBIndex: false;
|
|
836
|
-
IDBKeyRange: false;
|
|
837
|
-
IDBObjectStore: false;
|
|
838
|
-
IDBOpenDBRequest: false;
|
|
839
|
-
IDBRequest: false;
|
|
840
|
-
IDBTransaction: false;
|
|
841
|
-
IDBVersionChangeEvent: false;
|
|
842
|
-
IdentityCredential: false;
|
|
843
|
-
IdentityCredentialError: false;
|
|
844
|
-
IdentityProvider: false;
|
|
845
|
-
IdleDeadline: false;
|
|
846
|
-
IdleDetector: false;
|
|
847
|
-
IIRFilterNode: false;
|
|
848
|
-
Image: false;
|
|
849
|
-
ImageBitmap: false;
|
|
850
|
-
ImageBitmapRenderingContext: false;
|
|
851
|
-
ImageCapture: false;
|
|
852
|
-
ImageData: false;
|
|
853
|
-
ImageDecoder: false;
|
|
854
|
-
ImageTrack: false;
|
|
855
|
-
ImageTrackList: false;
|
|
856
|
-
indexedDB: false;
|
|
857
|
-
Ink: false;
|
|
858
|
-
innerHeight: false;
|
|
859
|
-
innerWidth: false;
|
|
860
|
-
InputDeviceCapabilities: false;
|
|
861
|
-
InputDeviceInfo: false;
|
|
862
|
-
InputEvent: false;
|
|
863
|
-
IntersectionObserver: false;
|
|
864
|
-
IntersectionObserverEntry: false;
|
|
865
|
-
isSecureContext: false;
|
|
866
|
-
Keyboard: false;
|
|
867
|
-
KeyboardEvent: false;
|
|
868
|
-
KeyboardLayoutMap: false;
|
|
869
|
-
KeyframeEffect: false;
|
|
870
|
-
LanguageDetector: false;
|
|
871
|
-
LargestContentfulPaint: false;
|
|
872
|
-
LaunchParams: false;
|
|
873
|
-
launchQueue: false;
|
|
874
|
-
LaunchQueue: false;
|
|
875
|
-
LayoutShift: false;
|
|
876
|
-
LayoutShiftAttribution: false;
|
|
877
|
-
length: false;
|
|
878
|
-
LinearAccelerationSensor: false;
|
|
879
|
-
localStorage: false;
|
|
880
|
-
location: true;
|
|
881
|
-
Location: false;
|
|
882
|
-
locationbar: false;
|
|
883
|
-
Lock: false;
|
|
884
|
-
LockManager: false;
|
|
885
|
-
matchMedia: false;
|
|
886
|
-
MathMLElement: false;
|
|
887
|
-
MediaCapabilities: false;
|
|
888
|
-
MediaCapabilitiesInfo: false;
|
|
889
|
-
MediaDeviceInfo: false;
|
|
890
|
-
MediaDevices: false;
|
|
891
|
-
MediaElementAudioSourceNode: false;
|
|
892
|
-
MediaEncryptedEvent: false;
|
|
893
|
-
MediaError: false;
|
|
894
|
-
MediaKeyError: false;
|
|
895
|
-
MediaKeyMessageEvent: false;
|
|
896
|
-
MediaKeys: false;
|
|
897
|
-
MediaKeySession: false;
|
|
898
|
-
MediaKeyStatusMap: false;
|
|
899
|
-
MediaKeySystemAccess: false;
|
|
900
|
-
MediaList: false;
|
|
901
|
-
MediaMetadata: false;
|
|
902
|
-
MediaQueryList: false;
|
|
903
|
-
MediaQueryListEvent: false;
|
|
904
|
-
MediaRecorder: false;
|
|
905
|
-
MediaRecorderErrorEvent: false;
|
|
906
|
-
MediaSession: false;
|
|
907
|
-
MediaSource: false;
|
|
908
|
-
MediaSourceHandle: false;
|
|
909
|
-
MediaStream: false;
|
|
910
|
-
MediaStreamAudioDestinationNode: false;
|
|
911
|
-
MediaStreamAudioSourceNode: false;
|
|
912
|
-
MediaStreamEvent: false;
|
|
913
|
-
MediaStreamTrack: false;
|
|
914
|
-
MediaStreamTrackAudioSourceNode: false;
|
|
915
|
-
MediaStreamTrackAudioStats: false;
|
|
916
|
-
MediaStreamTrackEvent: false;
|
|
917
|
-
MediaStreamTrackGenerator: false;
|
|
918
|
-
MediaStreamTrackProcessor: false;
|
|
919
|
-
MediaStreamTrackVideoStats: false;
|
|
920
|
-
menubar: false;
|
|
921
|
-
MessageChannel: false;
|
|
922
|
-
MessageEvent: false;
|
|
923
|
-
MessagePort: false;
|
|
924
|
-
MIDIAccess: false;
|
|
925
|
-
MIDIConnectionEvent: false;
|
|
926
|
-
MIDIInput: false;
|
|
927
|
-
MIDIInputMap: false;
|
|
928
|
-
MIDIMessageEvent: false;
|
|
929
|
-
MIDIOutput: false;
|
|
930
|
-
MIDIOutputMap: false;
|
|
931
|
-
MIDIPort: false;
|
|
932
|
-
MimeType: false;
|
|
933
|
-
MimeTypeArray: false;
|
|
934
|
-
model: false;
|
|
935
|
-
ModelGenericSession: false;
|
|
936
|
-
ModelManager: false;
|
|
937
|
-
MouseEvent: false;
|
|
938
|
-
moveBy: false;
|
|
939
|
-
moveTo: false;
|
|
940
|
-
MutationEvent: false;
|
|
941
|
-
MutationObserver: false;
|
|
942
|
-
MutationRecord: false;
|
|
943
|
-
name: false;
|
|
944
|
-
NamedNodeMap: false;
|
|
945
|
-
NavigateEvent: false;
|
|
946
|
-
navigation: false;
|
|
947
|
-
Navigation: false;
|
|
948
|
-
NavigationActivation: false;
|
|
949
|
-
NavigationCurrentEntryChangeEvent: false;
|
|
950
|
-
NavigationDestination: false;
|
|
951
|
-
NavigationHistoryEntry: false;
|
|
952
|
-
NavigationPreloadManager: false;
|
|
953
|
-
NavigationTransition: false;
|
|
954
|
-
navigator: false;
|
|
955
|
-
Navigator: false;
|
|
956
|
-
NavigatorLogin: false;
|
|
957
|
-
NavigatorManagedData: false;
|
|
958
|
-
NavigatorUAData: false;
|
|
959
|
-
NetworkInformation: false;
|
|
960
|
-
Node: false;
|
|
961
|
-
NodeFilter: false;
|
|
962
|
-
NodeIterator: false;
|
|
963
|
-
NodeList: false;
|
|
964
|
-
Notification: false;
|
|
965
|
-
NotifyPaintEvent: false;
|
|
966
|
-
NotRestoredReasonDetails: false;
|
|
967
|
-
NotRestoredReasons: false;
|
|
968
|
-
Observable: false;
|
|
969
|
-
OfflineAudioCompletionEvent: false;
|
|
970
|
-
OfflineAudioContext: false;
|
|
971
|
-
offscreenBuffering: false;
|
|
972
|
-
OffscreenCanvas: false;
|
|
973
|
-
OffscreenCanvasRenderingContext2D: false;
|
|
974
|
-
onabort: true;
|
|
975
|
-
onafterprint: true;
|
|
976
|
-
onanimationcancel: true;
|
|
977
|
-
onanimationend: true;
|
|
978
|
-
onanimationiteration: true;
|
|
979
|
-
onanimationstart: true;
|
|
980
|
-
onappinstalled: true;
|
|
981
|
-
onauxclick: true;
|
|
982
|
-
onbeforeinput: true;
|
|
983
|
-
onbeforeinstallprompt: true;
|
|
984
|
-
onbeforematch: true;
|
|
985
|
-
onbeforeprint: true;
|
|
986
|
-
onbeforetoggle: true;
|
|
987
|
-
onbeforeunload: true;
|
|
988
|
-
onbeforexrselect: true;
|
|
989
|
-
onblur: true;
|
|
990
|
-
oncancel: true;
|
|
991
|
-
oncanplay: true;
|
|
992
|
-
oncanplaythrough: true;
|
|
993
|
-
onchange: true;
|
|
994
|
-
onclick: true;
|
|
995
|
-
onclose: true;
|
|
996
|
-
oncommand: true;
|
|
997
|
-
oncontentvisibilityautostatechange: true;
|
|
998
|
-
oncontextlost: true;
|
|
999
|
-
oncontextmenu: true;
|
|
1000
|
-
oncontextrestored: true;
|
|
1001
|
-
oncopy: true;
|
|
1002
|
-
oncuechange: true;
|
|
1003
|
-
oncut: true;
|
|
1004
|
-
ondblclick: true;
|
|
1005
|
-
ondevicemotion: true;
|
|
1006
|
-
ondeviceorientation: true;
|
|
1007
|
-
ondeviceorientationabsolute: true;
|
|
1008
|
-
ondrag: true;
|
|
1009
|
-
ondragend: true;
|
|
1010
|
-
ondragenter: true;
|
|
1011
|
-
ondragleave: true;
|
|
1012
|
-
ondragover: true;
|
|
1013
|
-
ondragstart: true;
|
|
1014
|
-
ondrop: true;
|
|
1015
|
-
ondurationchange: true;
|
|
1016
|
-
onemptied: true;
|
|
1017
|
-
onended: true;
|
|
1018
|
-
onerror: true;
|
|
1019
|
-
onfocus: true;
|
|
1020
|
-
onformdata: true;
|
|
1021
|
-
ongamepadconnected: true;
|
|
1022
|
-
ongamepaddisconnected: true;
|
|
1023
|
-
ongotpointercapture: true;
|
|
1024
|
-
onhashchange: true;
|
|
1025
|
-
oninput: true;
|
|
1026
|
-
oninvalid: true;
|
|
1027
|
-
onkeydown: true;
|
|
1028
|
-
onkeypress: true;
|
|
1029
|
-
onkeyup: true;
|
|
1030
|
-
onlanguagechange: true;
|
|
1031
|
-
onload: true;
|
|
1032
|
-
onloadeddata: true;
|
|
1033
|
-
onloadedmetadata: true;
|
|
1034
|
-
onloadstart: true;
|
|
1035
|
-
onlostpointercapture: true;
|
|
1036
|
-
onmessage: true;
|
|
1037
|
-
onmessageerror: true;
|
|
1038
|
-
onmousedown: true;
|
|
1039
|
-
onmouseenter: true;
|
|
1040
|
-
onmouseleave: true;
|
|
1041
|
-
onmousemove: true;
|
|
1042
|
-
onmouseout: true;
|
|
1043
|
-
onmouseover: true;
|
|
1044
|
-
onmouseup: true;
|
|
1045
|
-
onmousewheel: true;
|
|
1046
|
-
onoffline: true;
|
|
1047
|
-
ononline: true;
|
|
1048
|
-
onpagehide: true;
|
|
1049
|
-
onpagereveal: true;
|
|
1050
|
-
onpageshow: true;
|
|
1051
|
-
onpageswap: true;
|
|
1052
|
-
onpaste: true;
|
|
1053
|
-
onpause: true;
|
|
1054
|
-
onplay: true;
|
|
1055
|
-
onplaying: true;
|
|
1056
|
-
onpointercancel: true;
|
|
1057
|
-
onpointerdown: true;
|
|
1058
|
-
onpointerenter: true;
|
|
1059
|
-
onpointerleave: true;
|
|
1060
|
-
onpointermove: true;
|
|
1061
|
-
onpointerout: true;
|
|
1062
|
-
onpointerover: true;
|
|
1063
|
-
onpointerrawupdate: true;
|
|
1064
|
-
onpointerup: true;
|
|
1065
|
-
onpopstate: true;
|
|
1066
|
-
onprogress: true;
|
|
1067
|
-
onratechange: true;
|
|
1068
|
-
onrejectionhandled: true;
|
|
1069
|
-
onreset: true;
|
|
1070
|
-
onresize: true;
|
|
1071
|
-
onscroll: true;
|
|
1072
|
-
onscrollend: true;
|
|
1073
|
-
onscrollsnapchange: true;
|
|
1074
|
-
onscrollsnapchanging: true;
|
|
1075
|
-
onsearch: true;
|
|
1076
|
-
onsecuritypolicyviolation: true;
|
|
1077
|
-
onseeked: true;
|
|
1078
|
-
onseeking: true;
|
|
1079
|
-
onselect: true;
|
|
1080
|
-
onselectionchange: true;
|
|
1081
|
-
onselectstart: true;
|
|
1082
|
-
onslotchange: true;
|
|
1083
|
-
onstalled: true;
|
|
1084
|
-
onstorage: true;
|
|
1085
|
-
onsubmit: true;
|
|
1086
|
-
onsuspend: true;
|
|
1087
|
-
ontimeupdate: true;
|
|
1088
|
-
ontoggle: true;
|
|
1089
|
-
ontransitioncancel: true;
|
|
1090
|
-
ontransitionend: true;
|
|
1091
|
-
ontransitionrun: true;
|
|
1092
|
-
ontransitionstart: true;
|
|
1093
|
-
onunhandledrejection: true;
|
|
1094
|
-
onunload: true;
|
|
1095
|
-
onvolumechange: true;
|
|
1096
|
-
onwaiting: true;
|
|
1097
|
-
onwheel: true;
|
|
1098
|
-
open: false;
|
|
1099
|
-
opener: false;
|
|
1100
|
-
Option: false;
|
|
1101
|
-
OrientationSensor: false;
|
|
1102
|
-
origin: false;
|
|
1103
|
-
originAgentCluster: false;
|
|
1104
|
-
OscillatorNode: false;
|
|
1105
|
-
OTPCredential: false;
|
|
1106
|
-
outerHeight: false;
|
|
1107
|
-
outerWidth: false;
|
|
1108
|
-
OverconstrainedError: false;
|
|
1109
|
-
PageRevealEvent: false;
|
|
1110
|
-
PageSwapEvent: false;
|
|
1111
|
-
PageTransitionEvent: false;
|
|
1112
|
-
pageXOffset: false;
|
|
1113
|
-
pageYOffset: false;
|
|
1114
|
-
PannerNode: false;
|
|
1115
|
-
parent: false;
|
|
1116
|
-
PasswordCredential: false;
|
|
1117
|
-
Path2D: false;
|
|
1118
|
-
PaymentAddress: false;
|
|
1119
|
-
PaymentManager: false;
|
|
1120
|
-
PaymentMethodChangeEvent: false;
|
|
1121
|
-
PaymentRequest: false;
|
|
1122
|
-
PaymentRequestUpdateEvent: false;
|
|
1123
|
-
PaymentResponse: false;
|
|
1124
|
-
performance: false;
|
|
1125
|
-
Performance: false;
|
|
1126
|
-
PerformanceElementTiming: false;
|
|
1127
|
-
PerformanceEntry: false;
|
|
1128
|
-
PerformanceEventTiming: false;
|
|
1129
|
-
PerformanceLongAnimationFrameTiming: false;
|
|
1130
|
-
PerformanceLongTaskTiming: false;
|
|
1131
|
-
PerformanceMark: false;
|
|
1132
|
-
PerformanceMeasure: false;
|
|
1133
|
-
PerformanceNavigation: false;
|
|
1134
|
-
PerformanceNavigationTiming: false;
|
|
1135
|
-
PerformanceObserver: false;
|
|
1136
|
-
PerformanceObserverEntryList: false;
|
|
1137
|
-
PerformancePaintTiming: false;
|
|
1138
|
-
PerformanceResourceTiming: false;
|
|
1139
|
-
PerformanceScriptTiming: false;
|
|
1140
|
-
PerformanceServerTiming: false;
|
|
1141
|
-
PerformanceTiming: false;
|
|
1142
|
-
PeriodicSyncManager: false;
|
|
1143
|
-
PeriodicWave: false;
|
|
1144
|
-
Permissions: false;
|
|
1145
|
-
PermissionStatus: false;
|
|
1146
|
-
PERSISTENT: false;
|
|
1147
|
-
personalbar: false;
|
|
1148
|
-
PictureInPictureEvent: false;
|
|
1149
|
-
PictureInPictureWindow: false;
|
|
1150
|
-
Plugin: false;
|
|
1151
|
-
PluginArray: false;
|
|
1152
|
-
PointerEvent: false;
|
|
1153
|
-
PopStateEvent: false;
|
|
1154
|
-
postMessage: false;
|
|
1155
|
-
Presentation: false;
|
|
1156
|
-
PresentationAvailability: false;
|
|
1157
|
-
PresentationConnection: false;
|
|
1158
|
-
PresentationConnectionAvailableEvent: false;
|
|
1159
|
-
PresentationConnectionCloseEvent: false;
|
|
1160
|
-
PresentationConnectionList: false;
|
|
1161
|
-
PresentationReceiver: false;
|
|
1162
|
-
PresentationRequest: false;
|
|
1163
|
-
PressureObserver: false;
|
|
1164
|
-
PressureRecord: false;
|
|
1165
|
-
print: false;
|
|
1166
|
-
ProcessingInstruction: false;
|
|
1167
|
-
Profiler: false;
|
|
1168
|
-
ProgressEvent: false;
|
|
1169
|
-
PromiseRejectionEvent: false;
|
|
1170
|
-
prompt: false;
|
|
1171
|
-
ProtectedAudience: false;
|
|
1172
|
-
PublicKeyCredential: false;
|
|
1173
|
-
PushManager: false;
|
|
1174
|
-
PushSubscription: false;
|
|
1175
|
-
PushSubscriptionOptions: false;
|
|
1176
|
-
queryLocalFonts: false;
|
|
1177
|
-
queueMicrotask: false;
|
|
1178
|
-
RadioNodeList: false;
|
|
1179
|
-
Range: false;
|
|
1180
|
-
ReadableByteStreamController: false;
|
|
1181
|
-
ReadableStream: false;
|
|
1182
|
-
ReadableStreamBYOBReader: false;
|
|
1183
|
-
ReadableStreamBYOBRequest: false;
|
|
1184
|
-
ReadableStreamDefaultController: false;
|
|
1185
|
-
ReadableStreamDefaultReader: false;
|
|
1186
|
-
registerProcessor: false;
|
|
1187
|
-
RelativeOrientationSensor: false;
|
|
1188
|
-
RemotePlayback: false;
|
|
1189
|
-
removeEventListener: false;
|
|
1190
|
-
ReportBody: false;
|
|
1191
|
-
reportError: false;
|
|
1192
|
-
ReportingObserver: false;
|
|
1193
|
-
Request: false;
|
|
1194
|
-
requestAnimationFrame: false;
|
|
1195
|
-
requestIdleCallback: false;
|
|
1196
|
-
resizeBy: false;
|
|
1197
|
-
ResizeObserver: false;
|
|
1198
|
-
ResizeObserverEntry: false;
|
|
1199
|
-
ResizeObserverSize: false;
|
|
1200
|
-
resizeTo: false;
|
|
1201
|
-
Response: false;
|
|
1202
|
-
RestrictionTarget: false;
|
|
1203
|
-
RTCCertificate: false;
|
|
1204
|
-
RTCDataChannel: false;
|
|
1205
|
-
RTCDataChannelEvent: false;
|
|
1206
|
-
RTCDtlsTransport: false;
|
|
1207
|
-
RTCDTMFSender: false;
|
|
1208
|
-
RTCDTMFToneChangeEvent: false;
|
|
1209
|
-
RTCEncodedAudioFrame: false;
|
|
1210
|
-
RTCEncodedVideoFrame: false;
|
|
1211
|
-
RTCError: false;
|
|
1212
|
-
RTCErrorEvent: false;
|
|
1213
|
-
RTCIceCandidate: false;
|
|
1214
|
-
RTCIceTransport: false;
|
|
1215
|
-
RTCPeerConnection: false;
|
|
1216
|
-
RTCPeerConnectionIceErrorEvent: false;
|
|
1217
|
-
RTCPeerConnectionIceEvent: false;
|
|
1218
|
-
RTCRtpReceiver: false;
|
|
1219
|
-
RTCRtpScriptTransform: false;
|
|
1220
|
-
RTCRtpSender: false;
|
|
1221
|
-
RTCRtpTransceiver: false;
|
|
1222
|
-
RTCSctpTransport: false;
|
|
1223
|
-
RTCSessionDescription: false;
|
|
1224
|
-
RTCStatsReport: false;
|
|
1225
|
-
RTCTrackEvent: false;
|
|
1226
|
-
sampleRate: false;
|
|
1227
|
-
scheduler: false;
|
|
1228
|
-
Scheduler: false;
|
|
1229
|
-
Scheduling: false;
|
|
1230
|
-
screen: false;
|
|
1231
|
-
Screen: false;
|
|
1232
|
-
ScreenDetailed: false;
|
|
1233
|
-
ScreenDetails: false;
|
|
1234
|
-
screenLeft: false;
|
|
1235
|
-
ScreenOrientation: false;
|
|
1236
|
-
screenTop: false;
|
|
1237
|
-
screenX: false;
|
|
1238
|
-
screenY: false;
|
|
1239
|
-
ScriptProcessorNode: false;
|
|
1240
|
-
scroll: false;
|
|
1241
|
-
scrollbars: false;
|
|
1242
|
-
scrollBy: false;
|
|
1243
|
-
ScrollTimeline: false;
|
|
1244
|
-
scrollTo: false;
|
|
1245
|
-
scrollX: false;
|
|
1246
|
-
scrollY: false;
|
|
1247
|
-
SecurityPolicyViolationEvent: false;
|
|
1248
|
-
Selection: false;
|
|
1249
|
-
self: false;
|
|
1250
|
-
Sensor: false;
|
|
1251
|
-
SensorErrorEvent: false;
|
|
1252
|
-
Serial: false;
|
|
1253
|
-
SerialPort: false;
|
|
1254
|
-
ServiceWorker: false;
|
|
1255
|
-
ServiceWorkerContainer: false;
|
|
1256
|
-
ServiceWorkerRegistration: false;
|
|
1257
|
-
sessionStorage: false;
|
|
1258
|
-
setInterval: false;
|
|
1259
|
-
setTimeout: false;
|
|
1260
|
-
ShadowRoot: false;
|
|
1261
|
-
sharedStorage: false;
|
|
1262
|
-
SharedStorage: false;
|
|
1263
|
-
SharedStorageAppendMethod: false;
|
|
1264
|
-
SharedStorageClearMethod: false;
|
|
1265
|
-
SharedStorageDeleteMethod: false;
|
|
1266
|
-
SharedStorageModifierMethod: false;
|
|
1267
|
-
SharedStorageSetMethod: false;
|
|
1268
|
-
SharedStorageWorklet: false;
|
|
1269
|
-
SharedWorker: false;
|
|
1270
|
-
showDirectoryPicker: false;
|
|
1271
|
-
showOpenFilePicker: false;
|
|
1272
|
-
showSaveFilePicker: false;
|
|
1273
|
-
SnapEvent: false;
|
|
1274
|
-
SourceBuffer: false;
|
|
1275
|
-
SourceBufferList: false;
|
|
1276
|
-
speechSynthesis: false;
|
|
1277
|
-
SpeechSynthesis: false;
|
|
1278
|
-
SpeechSynthesisErrorEvent: false;
|
|
1279
|
-
SpeechSynthesisEvent: false;
|
|
1280
|
-
SpeechSynthesisUtterance: false;
|
|
1281
|
-
SpeechSynthesisVoice: false;
|
|
1282
|
-
StaticRange: false;
|
|
1283
|
-
status: false;
|
|
1284
|
-
statusbar: false;
|
|
1285
|
-
StereoPannerNode: false;
|
|
1286
|
-
stop: false;
|
|
1287
|
-
Storage: false;
|
|
1288
|
-
StorageBucket: false;
|
|
1289
|
-
StorageBucketManager: false;
|
|
1290
|
-
StorageEvent: false;
|
|
1291
|
-
StorageManager: false;
|
|
1292
|
-
structuredClone: false;
|
|
1293
|
-
styleMedia: false;
|
|
1294
|
-
StylePropertyMap: false;
|
|
1295
|
-
StylePropertyMapReadOnly: false;
|
|
1296
|
-
StyleSheet: false;
|
|
1297
|
-
StyleSheetList: false;
|
|
1298
|
-
SubmitEvent: false;
|
|
1299
|
-
Subscriber: false;
|
|
1300
|
-
SubtleCrypto: false;
|
|
1301
|
-
SuppressedError: false;
|
|
1302
|
-
SVGAElement: false;
|
|
1303
|
-
SVGAngle: false;
|
|
1304
|
-
SVGAnimatedAngle: false;
|
|
1305
|
-
SVGAnimatedBoolean: false;
|
|
1306
|
-
SVGAnimatedEnumeration: false;
|
|
1307
|
-
SVGAnimatedInteger: false;
|
|
1308
|
-
SVGAnimatedLength: false;
|
|
1309
|
-
SVGAnimatedLengthList: false;
|
|
1310
|
-
SVGAnimatedNumber: false;
|
|
1311
|
-
SVGAnimatedNumberList: false;
|
|
1312
|
-
SVGAnimatedPreserveAspectRatio: false;
|
|
1313
|
-
SVGAnimatedRect: false;
|
|
1314
|
-
SVGAnimatedString: false;
|
|
1315
|
-
SVGAnimatedTransformList: false;
|
|
1316
|
-
SVGAnimateElement: false;
|
|
1317
|
-
SVGAnimateMotionElement: false;
|
|
1318
|
-
SVGAnimateTransformElement: false;
|
|
1319
|
-
SVGAnimationElement: false;
|
|
1320
|
-
SVGCircleElement: false;
|
|
1321
|
-
SVGClipPathElement: false;
|
|
1322
|
-
SVGComponentTransferFunctionElement: false;
|
|
1323
|
-
SVGDefsElement: false;
|
|
1324
|
-
SVGDescElement: false;
|
|
1325
|
-
SVGElement: false;
|
|
1326
|
-
SVGEllipseElement: false;
|
|
1327
|
-
SVGFEBlendElement: false;
|
|
1328
|
-
SVGFEColorMatrixElement: false;
|
|
1329
|
-
SVGFEComponentTransferElement: false;
|
|
1330
|
-
SVGFECompositeElement: false;
|
|
1331
|
-
SVGFEConvolveMatrixElement: false;
|
|
1332
|
-
SVGFEDiffuseLightingElement: false;
|
|
1333
|
-
SVGFEDisplacementMapElement: false;
|
|
1334
|
-
SVGFEDistantLightElement: false;
|
|
1335
|
-
SVGFEDropShadowElement: false;
|
|
1336
|
-
SVGFEFloodElement: false;
|
|
1337
|
-
SVGFEFuncAElement: false;
|
|
1338
|
-
SVGFEFuncBElement: false;
|
|
1339
|
-
SVGFEFuncGElement: false;
|
|
1340
|
-
SVGFEFuncRElement: false;
|
|
1341
|
-
SVGFEGaussianBlurElement: false;
|
|
1342
|
-
SVGFEImageElement: false;
|
|
1343
|
-
SVGFEMergeElement: false;
|
|
1344
|
-
SVGFEMergeNodeElement: false;
|
|
1345
|
-
SVGFEMorphologyElement: false;
|
|
1346
|
-
SVGFEOffsetElement: false;
|
|
1347
|
-
SVGFEPointLightElement: false;
|
|
1348
|
-
SVGFESpecularLightingElement: false;
|
|
1349
|
-
SVGFESpotLightElement: false;
|
|
1350
|
-
SVGFETileElement: false;
|
|
1351
|
-
SVGFETurbulenceElement: false;
|
|
1352
|
-
SVGFilterElement: false;
|
|
1353
|
-
SVGForeignObjectElement: false;
|
|
1354
|
-
SVGGElement: false;
|
|
1355
|
-
SVGGeometryElement: false;
|
|
1356
|
-
SVGGradientElement: false;
|
|
1357
|
-
SVGGraphicsElement: false;
|
|
1358
|
-
SVGImageElement: false;
|
|
1359
|
-
SVGLength: false;
|
|
1360
|
-
SVGLengthList: false;
|
|
1361
|
-
SVGLinearGradientElement: false;
|
|
1362
|
-
SVGLineElement: false;
|
|
1363
|
-
SVGMarkerElement: false;
|
|
1364
|
-
SVGMaskElement: false;
|
|
1365
|
-
SVGMatrix: false;
|
|
1366
|
-
SVGMetadataElement: false;
|
|
1367
|
-
SVGMPathElement: false;
|
|
1368
|
-
SVGNumber: false;
|
|
1369
|
-
SVGNumberList: false;
|
|
1370
|
-
SVGPathElement: false;
|
|
1371
|
-
SVGPatternElement: false;
|
|
1372
|
-
SVGPoint: false;
|
|
1373
|
-
SVGPointList: false;
|
|
1374
|
-
SVGPolygonElement: false;
|
|
1375
|
-
SVGPolylineElement: false;
|
|
1376
|
-
SVGPreserveAspectRatio: false;
|
|
1377
|
-
SVGRadialGradientElement: false;
|
|
1378
|
-
SVGRect: false;
|
|
1379
|
-
SVGRectElement: false;
|
|
1380
|
-
SVGScriptElement: false;
|
|
1381
|
-
SVGSetElement: false;
|
|
1382
|
-
SVGStopElement: false;
|
|
1383
|
-
SVGStringList: false;
|
|
1384
|
-
SVGStyleElement: false;
|
|
1385
|
-
SVGSVGElement: false;
|
|
1386
|
-
SVGSwitchElement: false;
|
|
1387
|
-
SVGSymbolElement: false;
|
|
1388
|
-
SVGTextContentElement: false;
|
|
1389
|
-
SVGTextElement: false;
|
|
1390
|
-
SVGTextPathElement: false;
|
|
1391
|
-
SVGTextPositioningElement: false;
|
|
1392
|
-
SVGTitleElement: false;
|
|
1393
|
-
SVGTransform: false;
|
|
1394
|
-
SVGTransformList: false;
|
|
1395
|
-
SVGTSpanElement: false;
|
|
1396
|
-
SVGUnitTypes: false;
|
|
1397
|
-
SVGUseElement: false;
|
|
1398
|
-
SVGViewElement: false;
|
|
1399
|
-
SyncManager: false;
|
|
1400
|
-
TaskAttributionTiming: false;
|
|
1401
|
-
TaskController: false;
|
|
1402
|
-
TaskPriorityChangeEvent: false;
|
|
1403
|
-
TaskSignal: false;
|
|
1404
|
-
TEMPORARY: false;
|
|
1405
|
-
Text: false;
|
|
1406
|
-
TextDecoder: false;
|
|
1407
|
-
TextDecoderStream: false;
|
|
1408
|
-
TextEncoder: false;
|
|
1409
|
-
TextEncoderStream: false;
|
|
1410
|
-
TextEvent: false;
|
|
1411
|
-
TextFormat: false;
|
|
1412
|
-
TextFormatUpdateEvent: false;
|
|
1413
|
-
TextMetrics: false;
|
|
1414
|
-
TextTrack: false;
|
|
1415
|
-
TextTrackCue: false;
|
|
1416
|
-
TextTrackCueList: false;
|
|
1417
|
-
TextTrackList: false;
|
|
1418
|
-
TextUpdateEvent: false;
|
|
1419
|
-
TimeEvent: false;
|
|
1420
|
-
TimeRanges: false;
|
|
1421
|
-
ToggleEvent: false;
|
|
1422
|
-
toolbar: false;
|
|
1423
|
-
top: false;
|
|
1424
|
-
Touch: false;
|
|
1425
|
-
TouchEvent: false;
|
|
1426
|
-
TouchList: false;
|
|
1427
|
-
TrackEvent: false;
|
|
1428
|
-
TransformStream: false;
|
|
1429
|
-
TransformStreamDefaultController: false;
|
|
1430
|
-
TransitionEvent: false;
|
|
1431
|
-
TreeWalker: false;
|
|
1432
|
-
TrustedHTML: false;
|
|
1433
|
-
TrustedScript: false;
|
|
1434
|
-
TrustedScriptURL: false;
|
|
1435
|
-
TrustedTypePolicy: false;
|
|
1436
|
-
TrustedTypePolicyFactory: false;
|
|
1437
|
-
trustedTypes: false;
|
|
1438
|
-
UIEvent: false;
|
|
1439
|
-
URL: false;
|
|
1440
|
-
URLPattern: false;
|
|
1441
|
-
URLSearchParams: false;
|
|
1442
|
-
USB: false;
|
|
1443
|
-
USBAlternateInterface: false;
|
|
1444
|
-
USBConfiguration: false;
|
|
1445
|
-
USBConnectionEvent: false;
|
|
1446
|
-
USBDevice: false;
|
|
1447
|
-
USBEndpoint: false;
|
|
1448
|
-
USBInterface: false;
|
|
1449
|
-
USBInTransferResult: false;
|
|
1450
|
-
USBIsochronousInTransferPacket: false;
|
|
1451
|
-
USBIsochronousInTransferResult: false;
|
|
1452
|
-
USBIsochronousOutTransferPacket: false;
|
|
1453
|
-
USBIsochronousOutTransferResult: false;
|
|
1454
|
-
USBOutTransferResult: false;
|
|
1455
|
-
UserActivation: false;
|
|
1456
|
-
ValidityState: false;
|
|
1457
|
-
VideoColorSpace: false;
|
|
1458
|
-
VideoDecoder: false;
|
|
1459
|
-
VideoEncoder: false;
|
|
1460
|
-
VideoFrame: false;
|
|
1461
|
-
VideoPlaybackQuality: false;
|
|
1462
|
-
ViewTimeline: false;
|
|
1463
|
-
ViewTransition: false;
|
|
1464
|
-
ViewTransitionTypeSet: false;
|
|
1465
|
-
VirtualKeyboard: false;
|
|
1466
|
-
VirtualKeyboardGeometryChangeEvent: false;
|
|
1467
|
-
VisibilityStateEntry: false;
|
|
1468
|
-
visualViewport: false;
|
|
1469
|
-
VisualViewport: false;
|
|
1470
|
-
VTTCue: false;
|
|
1471
|
-
VTTRegion: false;
|
|
1472
|
-
WakeLock: false;
|
|
1473
|
-
WakeLockSentinel: false;
|
|
1474
|
-
WaveShaperNode: false;
|
|
1475
|
-
WebAssembly: false;
|
|
1476
|
-
WebGL2RenderingContext: false;
|
|
1477
|
-
WebGLActiveInfo: false;
|
|
1478
|
-
WebGLBuffer: false;
|
|
1479
|
-
WebGLContextEvent: false;
|
|
1480
|
-
WebGLFramebuffer: false;
|
|
1481
|
-
WebGLObject: false;
|
|
1482
|
-
WebGLProgram: false;
|
|
1483
|
-
WebGLQuery: false;
|
|
1484
|
-
WebGLRenderbuffer: false;
|
|
1485
|
-
WebGLRenderingContext: false;
|
|
1486
|
-
WebGLSampler: false;
|
|
1487
|
-
WebGLShader: false;
|
|
1488
|
-
WebGLShaderPrecisionFormat: false;
|
|
1489
|
-
WebGLSync: false;
|
|
1490
|
-
WebGLTexture: false;
|
|
1491
|
-
WebGLTransformFeedback: false;
|
|
1492
|
-
WebGLUniformLocation: false;
|
|
1493
|
-
WebGLVertexArrayObject: false;
|
|
1494
|
-
WebSocket: false;
|
|
1495
|
-
WebSocketError: false;
|
|
1496
|
-
WebSocketStream: false;
|
|
1497
|
-
WebTransport: false;
|
|
1498
|
-
WebTransportBidirectionalStream: false;
|
|
1499
|
-
WebTransportDatagramDuplexStream: false;
|
|
1500
|
-
WebTransportError: false;
|
|
1501
|
-
WebTransportReceiveStream: false;
|
|
1502
|
-
WebTransportSendStream: false;
|
|
1503
|
-
WGSLLanguageFeatures: false;
|
|
1504
|
-
WheelEvent: false;
|
|
1505
|
-
when: false;
|
|
1506
|
-
window: false;
|
|
1507
|
-
Window: false;
|
|
1508
|
-
WindowControlsOverlay: false;
|
|
1509
|
-
WindowControlsOverlayGeometryChangeEvent: false;
|
|
1510
|
-
Worker: false;
|
|
1511
|
-
Worklet: false;
|
|
1512
|
-
WorkletGlobalScope: false;
|
|
1513
|
-
WritableStream: false;
|
|
1514
|
-
WritableStreamDefaultController: false;
|
|
1515
|
-
WritableStreamDefaultWriter: false;
|
|
1516
|
-
XMLDocument: false;
|
|
1517
|
-
XMLHttpRequest: false;
|
|
1518
|
-
XMLHttpRequestEventTarget: false;
|
|
1519
|
-
XMLHttpRequestUpload: false;
|
|
1520
|
-
XMLSerializer: false;
|
|
1521
|
-
XPathEvaluator: false;
|
|
1522
|
-
XPathExpression: false;
|
|
1523
|
-
XPathResult: false;
|
|
1524
|
-
XRAnchor: false;
|
|
1525
|
-
XRAnchorSet: false;
|
|
1526
|
-
XRBoundedReferenceSpace: false;
|
|
1527
|
-
XRCamera: false;
|
|
1528
|
-
XRCPUDepthInformation: false;
|
|
1529
|
-
XRDepthInformation: false;
|
|
1530
|
-
XRDOMOverlayState: false;
|
|
1531
|
-
XRFrame: false;
|
|
1532
|
-
XRHand: false;
|
|
1533
|
-
XRHitTestResult: false;
|
|
1534
|
-
XRHitTestSource: false;
|
|
1535
|
-
XRInputSource: false;
|
|
1536
|
-
XRInputSourceArray: false;
|
|
1537
|
-
XRInputSourceEvent: false;
|
|
1538
|
-
XRInputSourcesChangeEvent: false;
|
|
1539
|
-
XRJointPose: false;
|
|
1540
|
-
XRJointSpace: false;
|
|
1541
|
-
XRLayer: false;
|
|
1542
|
-
XRLightEstimate: false;
|
|
1543
|
-
XRLightProbe: false;
|
|
1544
|
-
XRPose: false;
|
|
1545
|
-
XRRay: false;
|
|
1546
|
-
XRReferenceSpace: false;
|
|
1547
|
-
XRReferenceSpaceEvent: false;
|
|
1548
|
-
XRRenderState: false;
|
|
1549
|
-
XRRigidTransform: false;
|
|
1550
|
-
XRSession: false;
|
|
1551
|
-
XRSessionEvent: false;
|
|
1552
|
-
XRSpace: false;
|
|
1553
|
-
XRSystem: false;
|
|
1554
|
-
XRTransientInputHitTestResult: false;
|
|
1555
|
-
XRTransientInputHitTestSource: false;
|
|
1556
|
-
XRView: false;
|
|
1557
|
-
XRViewerPose: false;
|
|
1558
|
-
XRViewport: false;
|
|
1559
|
-
XRWebGLBinding: false;
|
|
1560
|
-
XRWebGLDepthInformation: false;
|
|
1561
|
-
XRWebGLLayer: false;
|
|
1562
|
-
XSLTProcessor: false;
|
|
1563
|
-
__dirname: false;
|
|
1564
|
-
__filename: false;
|
|
1565
|
-
Buffer: false;
|
|
1566
|
-
clearImmediate: false;
|
|
1567
|
-
exports: true;
|
|
1568
|
-
global: false;
|
|
1569
|
-
module: false;
|
|
1570
|
-
process: false;
|
|
1571
|
-
require: false;
|
|
1572
|
-
setImmediate: false;
|
|
1573
|
-
};
|
|
1574
|
-
};
|
|
1575
|
-
rules: {
|
|
1576
|
-
'perfectionist/sort-imports': (string | {
|
|
1577
|
-
internalPattern: string[];
|
|
1578
|
-
})[];
|
|
1579
|
-
'dot-notation': string;
|
|
1580
|
-
};
|
|
1581
|
-
ignores: string[];
|
|
1582
|
-
}[];
|
|
1583
|
-
export { _default_2 as default_alias_1 }
|
|
1584
|
-
export { _default_2 as eslintConfig }
|
|
1585
|
-
|
|
1586
|
-
declare const _default_3: {
|
|
1587
|
-
'*.ts': () => string;
|
|
1588
|
-
'*': string[];
|
|
1589
|
-
};
|
|
1590
|
-
export { _default_3 as default_alias_2 }
|
|
1591
|
-
export { _default_3 as lintStagedConfig }
|
|
1592
|
-
|
|
1593
|
-
declare class DevLoggerLink extends ApolloLink_2 {
|
|
1594
|
-
private count;
|
|
1595
|
-
request(operation: Operation, forward: (op: Operation) => Observable<FetchResult>): Observable<FetchResult>;
|
|
1596
|
-
}
|
|
1597
|
-
export { DevLoggerLink }
|
|
1598
|
-
export { DevLoggerLink as DevLoggerLink_alias_1 }
|
|
1599
|
-
export { DevLoggerLink as DevLoggerLink_alias_2 }
|
|
1600
|
-
|
|
1601
|
-
declare const dirname: (path: string) => string;
|
|
1602
|
-
export { dirname }
|
|
1603
|
-
export { dirname as dirname_alias_1 }
|
|
1604
|
-
export { dirname as dirname_alias_2 }
|
|
1605
|
-
|
|
1606
|
-
declare enum E_CommandType {
|
|
1607
|
-
CLI = "CLI",
|
|
1608
|
-
STRING = "STRING",
|
|
1609
|
-
FUNCTION = "FUNCTION"
|
|
1610
|
-
}
|
|
1611
|
-
export { E_CommandType }
|
|
1612
|
-
export { E_CommandType as E_CommandType_alias_1 }
|
|
1613
|
-
export { E_CommandType as E_CommandType_alias_2 }
|
|
1614
|
-
|
|
1615
|
-
declare enum E_ConfigType {
|
|
1616
|
-
ESLINT = "eslint",
|
|
1617
|
-
COMMITLINT = "commitlint",
|
|
1618
|
-
LINT_STAGED = "lint-staged",
|
|
1619
|
-
VITEST_REACT_E2E = "vitest-react-e2e",
|
|
1620
|
-
VITEST_REACT_UNIT = "vitest-react-unit"
|
|
1621
|
-
}
|
|
1622
|
-
export { E_ConfigType }
|
|
1623
|
-
export { E_ConfigType as E_ConfigType_alias_1 }
|
|
1624
|
-
|
|
1625
|
-
declare enum E_Environment {
|
|
1626
|
-
PRODUCTION = "production",
|
|
1627
|
-
STAGING = "staging",
|
|
1628
|
-
DEVELOPMENT = "development"
|
|
1629
|
-
}
|
|
1630
|
-
export { E_Environment }
|
|
1631
|
-
export { E_Environment as E_Environment_alias_1 }
|
|
1632
|
-
|
|
1633
|
-
declare enum E_IssueType {
|
|
1634
|
-
Error = "error",
|
|
1635
|
-
Warning = "warning"
|
|
1636
|
-
}
|
|
1637
|
-
export { E_IssueType }
|
|
1638
|
-
export { E_IssueType as E_IssueType_alias_1 }
|
|
1639
|
-
export { E_IssueType as E_IssueType_alias_2 }
|
|
1640
|
-
|
|
1641
|
-
declare enum E_PackageType {
|
|
1642
|
-
DEPENDENCY = "dependencies",
|
|
1643
|
-
DEV_DEPENDENCY = "devDependencies",
|
|
1644
|
-
PEER_DEPENDENCY = "peerDependencies",
|
|
1645
|
-
BUNDLE_DEPENDENCY = "bundleDependencies",
|
|
1646
|
-
OPTIONAL_DEPENDENCY = "optionalDependencies"
|
|
1647
|
-
}
|
|
1648
|
-
export { E_PackageType }
|
|
1649
|
-
export { E_PackageType as E_PackageType_alias_1 }
|
|
1650
|
-
export { E_PackageType as E_PackageType_alias_2 }
|
|
1651
|
-
|
|
1652
|
-
declare enum E_UploadType {
|
|
1653
|
-
IMAGE = "IMAGE",
|
|
1654
|
-
VIDEO = "VIDEO",
|
|
1655
|
-
DOCUMENT = "DOCUMENT",
|
|
1656
|
-
OTHER = "OTHER"
|
|
1657
|
-
}
|
|
1658
|
-
export { E_UploadType }
|
|
1659
|
-
export { E_UploadType as E_UploadType_alias_1 }
|
|
1660
|
-
export { E_UploadType as E_UploadType_alias_2 }
|
|
1661
|
-
|
|
1662
|
-
declare const ESLINT_CLI = "eslint";
|
|
1663
|
-
export { ESLINT_CLI }
|
|
1664
|
-
export { ESLINT_CLI as ESLINT_CLI_alias_1 }
|
|
1665
|
-
export { ESLINT_CLI as ESLINT_CLI_alias_2 }
|
|
1666
|
-
|
|
1667
|
-
declare const ESLINT_INSPECT_CLI = "eslint-config-inspector";
|
|
1668
|
-
export { ESLINT_INSPECT_CLI }
|
|
1669
|
-
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_1 }
|
|
1670
|
-
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_2 }
|
|
1671
|
-
|
|
1672
|
-
declare const ESLINT_INSPECT_PACKAGE_NAME = "@eslint/config-inspector";
|
|
1673
|
-
export { ESLINT_INSPECT_PACKAGE_NAME }
|
|
1674
|
-
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_1 }
|
|
1675
|
-
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_2 }
|
|
1676
|
-
|
|
1677
|
-
declare const ESLINT_PACKAGE_NAME = "eslint";
|
|
1678
|
-
export { ESLINT_PACKAGE_NAME }
|
|
1679
|
-
export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_1 }
|
|
1680
|
-
export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_2 }
|
|
1681
|
-
|
|
1682
|
-
export { express }
|
|
1683
|
-
export { express as express_alias_1 }
|
|
1684
|
-
export { express as express_alias_2 }
|
|
1685
|
-
|
|
1686
|
-
export { expressMiddleware }
|
|
1687
|
-
export { expressMiddleware as expressMiddleware_alias_1 }
|
|
1688
|
-
export { expressMiddleware as expressMiddleware_alias_2 }
|
|
1689
|
-
|
|
1690
|
-
declare function formatCommand(command: T_Command, context?: I_CommandContext): string | I_Command_2;
|
|
1691
|
-
export { formatCommand }
|
|
1692
|
-
export { formatCommand as formatCommand_alias_1 }
|
|
1693
|
-
export { formatCommand as formatCommand_alias_2 }
|
|
1694
|
-
|
|
1695
|
-
declare const fs: typeof fsExtra;
|
|
1696
|
-
export { fs }
|
|
1697
|
-
export { fs as fs_alias_1 }
|
|
1698
|
-
export { fs as fs_alias_2 }
|
|
1699
|
-
|
|
1700
|
-
/**
|
|
1701
|
-
* Generates a random password of a given length.
|
|
1702
|
-
* The password contains a mix of letters, numbers, and special characters.
|
|
1703
|
-
* @param length - The length of the password.
|
|
1704
|
-
* @returns The generated password.
|
|
1705
|
-
*/
|
|
1706
|
-
declare function generateRandomPassword(length?: number): string;
|
|
1707
|
-
export { generateRandomPassword }
|
|
1708
|
-
export { generateRandomPassword as generateRandomPassword_alias_1 }
|
|
1709
|
-
export { generateRandomPassword as generateRandomPassword_alias_2 }
|
|
1710
|
-
|
|
1711
|
-
/**
|
|
1712
|
-
* Generates a short ID from a UUID.
|
|
1713
|
-
* The ID is a substring of the SHA256 hash of the UUID.
|
|
1714
|
-
* @param uuid - The UUID to be converted.
|
|
1715
|
-
* @param length - The length of the short ID.
|
|
1716
|
-
* @returns The short ID.
|
|
1717
|
-
*/
|
|
1718
|
-
declare function generateShortId(uuid: string, length?: number): string;
|
|
1719
|
-
export { generateShortId }
|
|
1720
|
-
export { generateShortId as generateShortId_alias_1 }
|
|
1721
|
-
export { generateShortId as generateShortId_alias_2 }
|
|
1722
|
-
|
|
1723
|
-
/**
|
|
1724
|
-
* Generates a slug from a string or an object containing strings.
|
|
1725
|
-
* The slug is a URL-friendly version of the string.
|
|
1726
|
-
* @param input - The string or object to be slugified.
|
|
1727
|
-
* @param options - Options for slugification.
|
|
1728
|
-
* @returns The slugified string or object.
|
|
1729
|
-
*/
|
|
1730
|
-
declare function generateSlug<T = string>(input: T, options?: I_SlugifyOptions): T;
|
|
1731
|
-
export { generateSlug }
|
|
1732
|
-
export { generateSlug as generateSlug_alias_1 }
|
|
1733
|
-
export { generateSlug as generateSlug_alias_2 }
|
|
1734
|
-
|
|
1735
|
-
declare function getClient(options?: I_ApolloOptions): ApolloClient_2<NormalizedCacheObject>;
|
|
1736
|
-
export { getClient }
|
|
1737
|
-
export { getClient as getClient_alias_1 }
|
|
1738
|
-
export { getClient as getClient_alias_2 }
|
|
1739
|
-
|
|
1740
|
-
declare function getClientNextJS(options?: I_ApolloOptions): ApolloClient_3<unknown>;
|
|
1741
|
-
export { getClientNextJS }
|
|
1742
|
-
export { getClientNextJS as getClientNextJS_alias_1 }
|
|
1743
|
-
|
|
1744
|
-
declare function getEnv(): I_Environment;
|
|
1745
|
-
export { getEnv }
|
|
1746
|
-
export { getEnv as getEnv_alias_1 }
|
|
1747
|
-
export { getEnv as getEnv_alias_2 }
|
|
1748
|
-
|
|
1749
|
-
/**
|
|
1750
|
-
* Get the file name from a URL.
|
|
1751
|
-
* @param url - The URL to extract the file name from.
|
|
1752
|
-
* @param getExtension - Whether to include the file extension.
|
|
1753
|
-
* @returns The file name.
|
|
1754
|
-
*/
|
|
1755
|
-
declare function getFileName(url?: string, getExtension?: boolean): string;
|
|
1756
|
-
export { getFileName }
|
|
1757
|
-
export { getFileName as getFileName_alias_1 }
|
|
1758
|
-
export { getFileName as getFileName_alias_2 }
|
|
1759
|
-
|
|
1760
|
-
declare function getLatestPackageVersion(packageName: string): Promise<I_Return_2<string>>;
|
|
1761
|
-
export { getLatestPackageVersion }
|
|
1762
|
-
export { getLatestPackageVersion as getLatestPackageVersion_alias_1 }
|
|
1763
|
-
export { getLatestPackageVersion as getLatestPackageVersion_alias_2 }
|
|
1764
|
-
|
|
1765
|
-
/**
|
|
1766
|
-
* Gets a nested value from an object.
|
|
1767
|
-
* @param obj - The object to get the value from.
|
|
1768
|
-
* @param path - The path to the value.
|
|
1769
|
-
* @returns The value at the specified path, or undefined if it does not exist.
|
|
1770
|
-
*/
|
|
1771
|
-
declare function getNestedValue<T>(obj: T, path: (string | number)[]): unknown;
|
|
1772
|
-
export { getNestedValue }
|
|
1773
|
-
export { getNestedValue as getNestedValue_alias_1 }
|
|
1774
|
-
export { getNestedValue as getNestedValue_alias_2 }
|
|
1775
|
-
|
|
1776
|
-
declare function getPackage(inputPackage?: I_PackageInput): Promise<I_Return_2<I_PackageInfo>>;
|
|
1777
|
-
export { getPackage }
|
|
1778
|
-
export { getPackage as getPackage_alias_1 }
|
|
1779
|
-
export { getPackage as getPackage_alias_2 }
|
|
1780
|
-
|
|
1781
|
-
declare function getStoredErrorLists(): Promise<I_IssueEntry[]>;
|
|
1782
|
-
export { getStoredErrorLists }
|
|
1783
|
-
export { getStoredErrorLists as getStoredErrorLists_alias_1 }
|
|
1784
|
-
export { getStoredErrorLists as getStoredErrorLists_alias_2 }
|
|
1785
|
-
|
|
1786
|
-
declare const GIT_CLI = "git";
|
|
1787
|
-
export { GIT_CLI }
|
|
1788
|
-
export { GIT_CLI as GIT_CLI_alias_1 }
|
|
1789
|
-
export { GIT_CLI as GIT_CLI_alias_2 }
|
|
1790
|
-
|
|
1791
|
-
declare const GIT_COMMIT_EDITMSG = ".git/COMMIT_EDITMSG";
|
|
1792
|
-
export { GIT_COMMIT_EDITMSG }
|
|
1793
|
-
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_1 }
|
|
1794
|
-
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_2 }
|
|
1795
|
-
|
|
1796
|
-
declare const GIT_HOOK = ".git/hooks/";
|
|
1797
|
-
export { GIT_HOOK }
|
|
1798
|
-
export { GIT_HOOK as GIT_HOOK_alias_1 }
|
|
1799
|
-
export { GIT_HOOK as GIT_HOOK_alias_2 }
|
|
1800
|
-
|
|
1801
|
-
declare const GIT_IGNORE = ".gitignore";
|
|
1802
|
-
export { GIT_IGNORE }
|
|
1803
|
-
export { GIT_IGNORE as GIT_IGNORE_alias_1 }
|
|
1804
|
-
export { GIT_IGNORE as GIT_IGNORE_alias_2 }
|
|
1805
|
-
|
|
1806
|
-
declare const GRAPHQL_URI_DEFAULT = "/graphql";
|
|
1807
|
-
export { GRAPHQL_URI_DEFAULT }
|
|
1808
|
-
export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_1 }
|
|
1809
|
-
export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_2 }
|
|
1810
|
-
|
|
1811
|
-
declare interface I_ApolloErrorContext {
|
|
1812
|
-
error: ApolloError | null;
|
|
1813
|
-
showError: (error: ApolloError) => void;
|
|
1814
|
-
hideError: () => void;
|
|
1815
|
-
}
|
|
1816
|
-
export { I_ApolloErrorContext }
|
|
1817
|
-
export { I_ApolloErrorContext as I_ApolloErrorContext_alias_1 }
|
|
1818
|
-
export { I_ApolloErrorContext as I_ApolloErrorContext_alias_2 }
|
|
1819
|
-
|
|
1820
|
-
declare interface I_ApolloOptions extends Omit<ApolloClientOptions<NormalizedCacheObject>, 'cache'> {
|
|
1821
|
-
uri?: string | UriFunction;
|
|
1822
|
-
wsUrl?: string;
|
|
1823
|
-
customLinks?: ApolloLink[];
|
|
1824
|
-
}
|
|
1825
|
-
export { I_ApolloOptions }
|
|
1826
|
-
export { I_ApolloOptions as I_ApolloOptions_alias_1 }
|
|
1827
|
-
export { I_ApolloOptions as I_ApolloOptions_alias_2 }
|
|
1828
|
-
|
|
1829
|
-
declare interface I_ApolloProviderProps extends I_Children_2 {
|
|
1830
|
-
isNextJS?: boolean;
|
|
1831
|
-
options?: I_ApolloOptions;
|
|
1832
|
-
}
|
|
1833
|
-
export { I_ApolloProviderProps }
|
|
1834
|
-
export { I_ApolloProviderProps as I_ApolloProviderProps_alias_1 }
|
|
1835
|
-
export { I_ApolloProviderProps as I_ApolloProviderProps_alias_2 }
|
|
1836
|
-
|
|
1837
|
-
declare interface I_ApolloServerOptions {
|
|
1838
|
-
server: Server;
|
|
1839
|
-
schema: GraphQLSchema;
|
|
1840
|
-
isDev?: boolean;
|
|
1841
|
-
drainServer?: () => Promise<void>;
|
|
1842
|
-
}
|
|
1843
|
-
export { I_ApolloServerOptions }
|
|
1844
|
-
export { I_ApolloServerOptions as I_ApolloServerOptions_alias_1 }
|
|
1845
|
-
export { I_ApolloServerOptions as I_ApolloServerOptions_alias_2 }
|
|
1846
|
-
|
|
1847
|
-
declare interface I_BaseCorsOptions {
|
|
1848
|
-
isDev?: boolean;
|
|
1849
|
-
whiteList?: string[];
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
declare interface I_CatchErrorOptions {
|
|
1853
|
-
shouldLog?: boolean;
|
|
1854
|
-
returnValue?: unknown;
|
|
1855
|
-
callback?: (error: Error) => void;
|
|
1856
|
-
}
|
|
1857
|
-
export { I_CatchErrorOptions }
|
|
1858
|
-
export { I_CatchErrorOptions as I_CatchErrorOptions_alias_1 }
|
|
1859
|
-
export { I_CatchErrorOptions as I_CatchErrorOptions_alias_2 }
|
|
1860
|
-
|
|
1861
|
-
declare interface I_CatchErrorOptions_2 {
|
|
1862
|
-
shouldLog?: boolean;
|
|
1863
|
-
returnValue?: unknown;
|
|
1864
|
-
callback?: (error: Error) => void;
|
|
1865
|
-
}
|
|
1866
|
-
export { I_CatchErrorOptions_2 as I_CatchErrorOptions_alias_3 }
|
|
1867
|
-
export { I_CatchErrorOptions_2 as I_CatchErrorOptions_alias_4 }
|
|
1868
|
-
export { I_CatchErrorOptions_2 as I_CatchErrorOptions_alias_5 }
|
|
1869
|
-
|
|
1870
|
-
declare interface I_Children {
|
|
1871
|
-
children: T_Children;
|
|
1872
|
-
}
|
|
1873
|
-
export { I_Children }
|
|
1874
|
-
export { I_Children as I_Children_alias_1 }
|
|
1875
|
-
|
|
1876
|
-
declare interface I_Children_2 {
|
|
1877
|
-
children: T_Children_2;
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
declare interface I_Command {
|
|
1881
|
-
raw: boolean;
|
|
1882
|
-
cmd: string;
|
|
1883
|
-
}
|
|
1884
|
-
export { I_Command }
|
|
1885
|
-
export { I_Command as I_Command_alias_1 }
|
|
1886
|
-
export { I_Command as I_Command_alias_2 }
|
|
1887
|
-
|
|
1888
|
-
declare interface I_CommandContext {
|
|
1889
|
-
isCurrentProject: boolean;
|
|
1890
|
-
}
|
|
1891
|
-
export { I_CommandContext }
|
|
1892
|
-
export { I_CommandContext as I_CommandContext_alias_1 }
|
|
1893
|
-
export { I_CommandContext as I_CommandContext_alias_2 }
|
|
1894
|
-
|
|
1895
|
-
declare interface I_CopySyncOptions extends CopyOptionsSync {
|
|
1896
|
-
extensions?: string[];
|
|
1897
|
-
}
|
|
1898
|
-
export { I_CopySyncOptions }
|
|
1899
|
-
export { I_CopySyncOptions as I_CopySyncOptions_alias_1 }
|
|
1900
|
-
export { I_CopySyncOptions as I_CopySyncOptions_alias_2 }
|
|
1901
|
-
|
|
1902
|
-
declare interface I_CorsOptionsNest extends I_BaseCorsOptions, CorsOptions_2 {
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
declare interface I_CorsOptionsNode extends I_BaseCorsOptions, CorsOptions, CorsOptionsDelegate<CorsRequest> {
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
declare interface I_CreateModelOptions<T extends Partial<C_Document>> extends I_MongooseOptions<T> {
|
|
1909
|
-
schema: T_Input_MongooseSchema<T>;
|
|
1910
|
-
name: string;
|
|
1911
|
-
aggregate?: boolean;
|
|
1912
|
-
middlewares?: I_MongooseModelMiddleware<T>[];
|
|
1913
|
-
pagination?: boolean;
|
|
1914
|
-
}
|
|
1915
|
-
export { I_CreateModelOptions }
|
|
1916
|
-
export { I_CreateModelOptions as I_CreateModelOptions_alias_1 }
|
|
1917
|
-
export { I_CreateModelOptions as I_CreateModelOptions_alias_2 }
|
|
1918
|
-
|
|
1919
|
-
declare interface I_CreateSchemaOptions<T> extends I_MongooseOptions<T> {
|
|
1920
|
-
schema: T_Input_MongooseSchema<T>;
|
|
1921
|
-
standalone?: boolean;
|
|
1922
|
-
}
|
|
1923
|
-
export { I_CreateSchemaOptions }
|
|
1924
|
-
export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_1 }
|
|
1925
|
-
export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_2 }
|
|
1926
|
-
|
|
1927
|
-
declare interface I_DeleteOptionsExtended extends Omit<QueryOptions, 'session'> {
|
|
1928
|
-
session?: ClientSession;
|
|
1929
|
-
}
|
|
1930
|
-
export { I_DeleteOptionsExtended }
|
|
1931
|
-
export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_1 }
|
|
1932
|
-
export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_2 }
|
|
1933
|
-
|
|
1934
|
-
declare interface I_EnvFlags {
|
|
1935
|
-
IS_DEV: boolean;
|
|
1936
|
-
IS_STAG: boolean;
|
|
1937
|
-
IS_PROD: boolean;
|
|
1938
|
-
}
|
|
1939
|
-
export { I_EnvFlags }
|
|
1940
|
-
export { I_EnvFlags as I_EnvFlags_alias_1 }
|
|
1941
|
-
export { I_EnvFlags as I_EnvFlags_alias_2 }
|
|
1942
|
-
|
|
1943
|
-
declare interface I_Environment {
|
|
1944
|
-
CWD: string;
|
|
1945
|
-
DEBUG: boolean;
|
|
1946
|
-
CYBERSKILL_STORAGE_DIRECTORY: string;
|
|
1947
|
-
}
|
|
1948
|
-
export { I_Environment }
|
|
1949
|
-
export { I_Environment as I_Environment_alias_1 }
|
|
1950
|
-
export { I_Environment as I_Environment_alias_2 }
|
|
1951
|
-
|
|
1952
|
-
declare interface I_EslintError {
|
|
1953
|
-
filePath: string;
|
|
1954
|
-
messages: Array<{
|
|
1955
|
-
line: number;
|
|
1956
|
-
column: number;
|
|
1957
|
-
severity: number;
|
|
1958
|
-
message: string;
|
|
1959
|
-
ruleId: string;
|
|
1960
|
-
}>;
|
|
1961
|
-
}
|
|
1962
|
-
export { I_EslintError }
|
|
1963
|
-
export { I_EslintError as I_EslintError_alias_1 }
|
|
1964
|
-
export { I_EslintError as I_EslintError_alias_2 }
|
|
1965
|
-
|
|
1966
|
-
declare interface I_ExpressOptions {
|
|
1967
|
-
static?: string | string[];
|
|
1968
|
-
}
|
|
1969
|
-
export { I_ExpressOptions }
|
|
1970
|
-
export { I_ExpressOptions as I_ExpressOptions_alias_1 }
|
|
1971
|
-
export { I_ExpressOptions as I_ExpressOptions_alias_2 }
|
|
1972
|
-
|
|
1973
|
-
declare interface I_ExtendedModel<T extends Partial<C_Document>> extends Model<T>, PaginateModel<T>, AggregatePaginateModel<T> {
|
|
1974
|
-
}
|
|
1975
|
-
export { I_ExtendedModel }
|
|
1976
|
-
export { I_ExtendedModel as I_ExtendedModel_alias_1 }
|
|
1977
|
-
export { I_ExtendedModel as I_ExtendedModel_alias_2 }
|
|
1978
|
-
|
|
1979
|
-
declare interface I_GenericDocument extends Partial<C_Document> {
|
|
1980
|
-
id: string;
|
|
1981
|
-
isDel: boolean;
|
|
1982
|
-
createdAt: string | Date;
|
|
1983
|
-
updatedAt: string | Date;
|
|
1984
|
-
}
|
|
1985
|
-
export { I_GenericDocument }
|
|
1986
|
-
export { I_GenericDocument as I_GenericDocument_alias_1 }
|
|
1987
|
-
export { I_GenericDocument as I_GenericDocument_alias_2 }
|
|
1988
|
-
|
|
1989
|
-
declare interface I_GraphqlCodegenConfig {
|
|
1990
|
-
uri: string;
|
|
1991
|
-
from: string;
|
|
1992
|
-
to: string;
|
|
1993
|
-
target: 'client' | 'server';
|
|
1994
|
-
}
|
|
1995
|
-
export { I_GraphqlCodegenConfig }
|
|
1996
|
-
export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_1 }
|
|
1997
|
-
export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_2 }
|
|
1998
|
-
|
|
1999
|
-
declare interface I_GraphqlWSOptions {
|
|
2000
|
-
schema: GraphQLSchema;
|
|
2001
|
-
server: WebSocketServer;
|
|
2002
|
-
}
|
|
2003
|
-
export { I_GraphqlWSOptions }
|
|
2004
|
-
export { I_GraphqlWSOptions as I_GraphqlWSOptions_alias_1 }
|
|
2005
|
-
export { I_GraphqlWSOptions as I_GraphqlWSOptions_alias_2 }
|
|
2006
|
-
|
|
2007
|
-
declare interface I_Input_CheckSlug<T> extends I_InputSlug<T> {
|
|
2008
|
-
slug: string;
|
|
2009
|
-
from: T;
|
|
2010
|
-
}
|
|
2011
|
-
export { I_Input_CheckSlug }
|
|
2012
|
-
export { I_Input_CheckSlug as I_Input_CheckSlug_alias_1 }
|
|
2013
|
-
export { I_Input_CheckSlug as I_Input_CheckSlug_alias_2 }
|
|
2014
|
-
|
|
2015
|
-
declare interface I_Input_CreateMany<T> {
|
|
2016
|
-
docs: T[];
|
|
2017
|
-
}
|
|
2018
|
-
export { I_Input_CreateMany }
|
|
2019
|
-
export { I_Input_CreateMany as I_Input_CreateMany_alias_1 }
|
|
2020
|
-
export { I_Input_CreateMany as I_Input_CreateMany_alias_2 }
|
|
2021
|
-
|
|
2022
|
-
declare interface I_Input_CreateOne<T> {
|
|
2023
|
-
doc: T;
|
|
2024
|
-
}
|
|
2025
|
-
export { I_Input_CreateOne }
|
|
2026
|
-
export { I_Input_CreateOne as I_Input_CreateOne_alias_1 }
|
|
2027
|
-
export { I_Input_CreateOne as I_Input_CreateOne_alias_2 }
|
|
2028
|
-
|
|
2029
|
-
declare interface I_Input_CreateSlug<T> extends I_InputSlug<T> {
|
|
2030
|
-
from: T;
|
|
2031
|
-
}
|
|
2032
|
-
export { I_Input_CreateSlug }
|
|
2033
|
-
export { I_Input_CreateSlug as I_Input_CreateSlug_alias_1 }
|
|
2034
|
-
export { I_Input_CreateSlug as I_Input_CreateSlug_alias_2 }
|
|
2035
|
-
|
|
2036
|
-
declare interface I_Input_DeleteMany<T> {
|
|
2037
|
-
filter: T_FilterQuery<T>;
|
|
2038
|
-
options?: I_DeleteOptionsExtended;
|
|
2039
|
-
}
|
|
2040
|
-
export { I_Input_DeleteMany }
|
|
2041
|
-
export { I_Input_DeleteMany as I_Input_DeleteMany_alias_1 }
|
|
2042
|
-
export { I_Input_DeleteMany as I_Input_DeleteMany_alias_2 }
|
|
2043
|
-
|
|
2044
|
-
declare interface I_Input_DeleteOne<T> {
|
|
2045
|
-
filter: T_FilterQuery<T>;
|
|
2046
|
-
options?: I_DeleteOptionsExtended;
|
|
2047
|
-
}
|
|
2048
|
-
export { I_Input_DeleteOne }
|
|
2049
|
-
export { I_Input_DeleteOne as I_Input_DeleteOne_alias_1 }
|
|
2050
|
-
export { I_Input_DeleteOne as I_Input_DeleteOne_alias_2 }
|
|
2051
|
-
|
|
2052
|
-
declare interface I_Input_FindAll<T> extends T_PopulateOption {
|
|
2053
|
-
filter: T_FilterQuery<T>;
|
|
2054
|
-
projection?: T_ProjectionType<T>;
|
|
2055
|
-
options?: T_QueryOptions<T>;
|
|
2056
|
-
}
|
|
2057
|
-
export { I_Input_FindAll }
|
|
2058
|
-
export { I_Input_FindAll as I_Input_FindAll_alias_1 }
|
|
2059
|
-
export { I_Input_FindAll as I_Input_FindAll_alias_2 }
|
|
2060
|
-
|
|
2061
|
-
declare interface I_Input_FindOne<T> extends T_PopulateOption {
|
|
2062
|
-
filter: T_FilterQuery<T>;
|
|
2063
|
-
projection?: T_ProjectionType<T>;
|
|
2064
|
-
options?: T_QueryOptions<T>;
|
|
2065
|
-
}
|
|
2066
|
-
export { I_Input_FindOne }
|
|
2067
|
-
export { I_Input_FindOne as I_Input_FindOne_alias_1 }
|
|
2068
|
-
export { I_Input_FindOne as I_Input_FindOne_alias_2 }
|
|
2069
|
-
|
|
2070
|
-
declare type I_Input_FindPaging<T = undefined> = T extends undefined ? {
|
|
2071
|
-
options?: T_PaginateOptionsWithPopulate;
|
|
2072
|
-
} : {
|
|
2073
|
-
filter?: T_FilterQuery<T>;
|
|
2074
|
-
options?: T_PaginateOptionsWithPopulate;
|
|
2075
|
-
};
|
|
2076
|
-
export { I_Input_FindPaging }
|
|
2077
|
-
export { I_Input_FindPaging as I_Input_FindPaging_alias_1 }
|
|
2078
|
-
export { I_Input_FindPaging as I_Input_FindPaging_alias_2 }
|
|
2079
|
-
|
|
2080
|
-
declare interface I_Input_FindPagingAggregate {
|
|
2081
|
-
pipeline: T_PipelineStage[];
|
|
2082
|
-
options?: T_PaginateOptionsWithPopulate;
|
|
2083
|
-
}
|
|
2084
|
-
export { I_Input_FindPagingAggregate }
|
|
2085
|
-
export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_1 }
|
|
2086
|
-
export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_2 }
|
|
2087
|
-
|
|
2088
|
-
declare interface I_Input_GenerateSlug<T> extends I_InputSlug<T> {
|
|
2089
|
-
slug: string;
|
|
2090
|
-
isObject: boolean;
|
|
2091
|
-
}
|
|
2092
|
-
export { I_Input_GenerateSlug }
|
|
2093
|
-
export { I_Input_GenerateSlug as I_Input_GenerateSlug_alias_1 }
|
|
2094
|
-
export { I_Input_GenerateSlug as I_Input_GenerateSlug_alias_2 }
|
|
2095
|
-
|
|
2096
|
-
declare interface I_Input_UpdateMany<T> extends T_PopulateOption {
|
|
2097
|
-
filter: T_FilterQuery<T>;
|
|
2098
|
-
update: T_UpdateQuery<T>;
|
|
2099
|
-
options?: I_UpdateOptionsExtended;
|
|
2100
|
-
}
|
|
2101
|
-
export { I_Input_UpdateMany }
|
|
2102
|
-
export { I_Input_UpdateMany as I_Input_UpdateMany_alias_1 }
|
|
2103
|
-
export { I_Input_UpdateMany as I_Input_UpdateMany_alias_2 }
|
|
2104
|
-
|
|
2105
|
-
declare interface I_Input_UpdateOne<T> extends T_PopulateOption {
|
|
2106
|
-
filter: T_FilterQuery<T>;
|
|
2107
|
-
update: T_UpdateQuery<T>;
|
|
2108
|
-
options?: I_UpdateOptionsExtended;
|
|
2109
|
-
}
|
|
2110
|
-
export { I_Input_UpdateOne }
|
|
2111
|
-
export { I_Input_UpdateOne as I_Input_UpdateOne_alias_1 }
|
|
2112
|
-
export { I_Input_UpdateOne as I_Input_UpdateOne_alias_2 }
|
|
2113
|
-
|
|
2114
|
-
declare interface I_InputSlug<T> {
|
|
2115
|
-
field: string;
|
|
2116
|
-
filter?: T_FilterQuery<T>;
|
|
2117
|
-
}
|
|
2118
|
-
export { I_InputSlug }
|
|
2119
|
-
export { I_InputSlug as I_InputSlug_alias_1 }
|
|
2120
|
-
export { I_InputSlug as I_InputSlug_alias_2 }
|
|
2121
|
-
|
|
2122
|
-
declare interface I_IssueEntry {
|
|
2123
|
-
type: E_IssueType;
|
|
2124
|
-
file: string;
|
|
2125
|
-
message: string;
|
|
2126
|
-
position?: string;
|
|
2127
|
-
rule?: string;
|
|
2128
|
-
}
|
|
2129
|
-
export { I_IssueEntry }
|
|
2130
|
-
export { I_IssueEntry as I_IssueEntry_alias_1 }
|
|
2131
|
-
export { I_IssueEntry as I_IssueEntry_alias_2 }
|
|
2132
|
-
|
|
2133
|
-
declare interface I_LoadingContext {
|
|
2134
|
-
isLoading: boolean;
|
|
2135
|
-
isGlobalLoading: boolean;
|
|
2136
|
-
showLoading: (global?: boolean) => void;
|
|
2137
|
-
hideLoading: () => void;
|
|
2138
|
-
}
|
|
2139
|
-
export { I_LoadingContext }
|
|
2140
|
-
export { I_LoadingContext as I_LoadingContext_alias_1 }
|
|
2141
|
-
export { I_LoadingContext as I_LoadingContext_alias_2 }
|
|
2142
|
-
|
|
2143
|
-
declare interface I_LoadingProps {
|
|
2144
|
-
full?: boolean;
|
|
2145
|
-
block?: boolean;
|
|
2146
|
-
className?: string;
|
|
2147
|
-
message?: string;
|
|
2148
|
-
}
|
|
2149
|
-
export { I_LoadingProps }
|
|
2150
|
-
export { I_LoadingProps as I_LoadingProps_alias_1 }
|
|
2151
|
-
export { I_LoadingProps as I_LoadingProps_alias_2 }
|
|
2152
|
-
|
|
2153
|
-
declare interface I_Log extends I_Log_3 {
|
|
2154
|
-
printBoxedLog: (title: string, issues: I_IssueEntry[], color?: string) => void;
|
|
2155
|
-
}
|
|
2156
|
-
export { I_Log }
|
|
2157
|
-
export { I_Log as I_Log_alias_1 }
|
|
2158
|
-
export { I_Log as I_Log_alias_2 }
|
|
2159
|
-
|
|
2160
|
-
declare interface I_Log_2 {
|
|
2161
|
-
silent: typeof consola['silent'];
|
|
2162
|
-
level: typeof consola['level'];
|
|
2163
|
-
fatal: typeof consola['fatal'];
|
|
2164
|
-
error: typeof consola['error'];
|
|
2165
|
-
warn: typeof consola['warn'];
|
|
2166
|
-
log: typeof consola['log'];
|
|
2167
|
-
info: typeof consola['info'];
|
|
2168
|
-
success: typeof consola['success'];
|
|
2169
|
-
ready: typeof consola['ready'];
|
|
2170
|
-
start: typeof consola['start'];
|
|
2171
|
-
box: typeof consola['box'];
|
|
2172
|
-
debug: typeof consola['debug'];
|
|
2173
|
-
trace: typeof consola['trace'];
|
|
2174
|
-
verbose: typeof consola['verbose'];
|
|
2175
|
-
}
|
|
2176
|
-
export { I_Log_2 as I_Log_alias_3 }
|
|
2177
|
-
export { I_Log_2 as I_Log_alias_4 }
|
|
2178
|
-
|
|
2179
|
-
declare interface I_Log_3 {
|
|
2180
|
-
silent: typeof consola['silent'];
|
|
2181
|
-
level: typeof consola['level'];
|
|
2182
|
-
fatal: typeof consola['fatal'];
|
|
2183
|
-
error: typeof consola['error'];
|
|
2184
|
-
warn: typeof consola['warn'];
|
|
2185
|
-
log: typeof consola['log'];
|
|
2186
|
-
info: typeof consola['info'];
|
|
2187
|
-
success: typeof consola['success'];
|
|
2188
|
-
ready: typeof consola['ready'];
|
|
2189
|
-
start: typeof consola['start'];
|
|
2190
|
-
box: typeof consola['box'];
|
|
2191
|
-
debug: typeof consola['debug'];
|
|
2192
|
-
trace: typeof consola['trace'];
|
|
2193
|
-
verbose: typeof consola['verbose'];
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
declare interface I_MongooseModelMiddleware<T extends Partial<C_Document>> {
|
|
2197
|
-
method: T_MongooseMiddlewareMethod;
|
|
2198
|
-
pre?: T_MongooseMiddlewarePreFunction<T & T_QueryWithHelpers<T>>;
|
|
2199
|
-
post?: T_MongooseMiddlewarePostFunction<T>;
|
|
2200
|
-
}
|
|
2201
|
-
export { I_MongooseModelMiddleware }
|
|
2202
|
-
export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_1 }
|
|
2203
|
-
export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_2 }
|
|
2204
|
-
|
|
2205
|
-
declare interface I_MongooseOptions<T> {
|
|
2206
|
-
mongoose: typeof mongoose;
|
|
2207
|
-
virtuals?: {
|
|
2208
|
-
name: keyof T | string;
|
|
2209
|
-
options?: I_VirtualOptions;
|
|
2210
|
-
get?: (this: T) => void;
|
|
2211
|
-
}[];
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
declare interface I_NestOptions {
|
|
2215
|
-
module: Type<object>;
|
|
2216
|
-
static?: string | string[];
|
|
2217
|
-
filters?: ExceptionFilter[];
|
|
2218
|
-
pipes?: ValidationPipe[];
|
|
2219
|
-
}
|
|
2220
|
-
export { I_NestOptions }
|
|
2221
|
-
export { I_NestOptions as I_NestOptions_alias_1 }
|
|
2222
|
-
export { I_NestOptions as I_NestOptions_alias_2 }
|
|
2223
|
-
|
|
2224
|
-
declare interface I_NextIntlContext {
|
|
2225
|
-
languages: I_NextIntlLanguage[];
|
|
2226
|
-
currentLanguage: I_NextIntlLanguage;
|
|
2227
|
-
setCurrentLanguage: (newLang: I_NextIntlLanguage) => void;
|
|
2228
|
-
}
|
|
2229
|
-
export { I_NextIntlContext }
|
|
2230
|
-
export { I_NextIntlContext as I_NextIntlContext_alias_1 }
|
|
2231
|
-
export { I_NextIntlContext as I_NextIntlContext_alias_2 }
|
|
2232
|
-
|
|
2233
|
-
declare interface I_NextIntlLanguage {
|
|
2234
|
-
label: string;
|
|
2235
|
-
value: string;
|
|
2236
|
-
flag: string;
|
|
2237
|
-
adapterLocale: Locale_2;
|
|
2238
|
-
icon: string;
|
|
2239
|
-
numberFormat: {
|
|
2240
|
-
code: string;
|
|
2241
|
-
currency: string;
|
|
2242
|
-
};
|
|
2243
|
-
timezone: Timezone;
|
|
2244
|
-
}
|
|
2245
|
-
export { I_NextIntlLanguage }
|
|
2246
|
-
export { I_NextIntlLanguage as I_NextIntlLanguage_alias_1 }
|
|
2247
|
-
export { I_NextIntlLanguage as I_NextIntlLanguage_alias_2 }
|
|
2248
|
-
|
|
2249
|
-
declare interface I_NextIntlProviderProps extends I_Children_2 {
|
|
2250
|
-
languages: I_NextIntlLanguage[];
|
|
2251
|
-
messages: T_NextIntlMessageList;
|
|
2252
|
-
}
|
|
2253
|
-
export { I_NextIntlProviderProps }
|
|
2254
|
-
export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_1 }
|
|
2255
|
-
export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_2 }
|
|
2256
|
-
|
|
2257
|
-
declare interface I_NodeEnvInput {
|
|
2258
|
-
NODE_ENV?: string;
|
|
2259
|
-
NODE_ENV_MODE?: string;
|
|
2260
|
-
}
|
|
2261
|
-
export { I_NodeEnvInput }
|
|
2262
|
-
export { I_NodeEnvInput as I_NodeEnvInput_alias_1 }
|
|
2263
|
-
export { I_NodeEnvInput as I_NodeEnvInput_alias_2 }
|
|
2264
|
-
|
|
2265
|
-
declare interface I_PackageInfo {
|
|
2266
|
-
name: string;
|
|
2267
|
-
currentVersion: string;
|
|
2268
|
-
latestVersion: string;
|
|
2269
|
-
isCurrentProject: boolean;
|
|
2270
|
-
isInstalled: boolean;
|
|
2271
|
-
isUpToDate: boolean;
|
|
2272
|
-
isDependency: boolean;
|
|
2273
|
-
isDevDependency: boolean;
|
|
2274
|
-
installedPath: string;
|
|
2275
|
-
file: T_PackageJson;
|
|
2276
|
-
}
|
|
2277
|
-
export { I_PackageInfo }
|
|
2278
|
-
export { I_PackageInfo as I_PackageInfo_alias_1 }
|
|
2279
|
-
export { I_PackageInfo as I_PackageInfo_alias_2 }
|
|
2280
|
-
|
|
2281
|
-
declare interface I_PackageInput {
|
|
2282
|
-
name: string;
|
|
2283
|
-
type?: E_PackageType;
|
|
2284
|
-
}
|
|
2285
|
-
export { I_PackageInput }
|
|
2286
|
-
export { I_PackageInput as I_PackageInput_alias_1 }
|
|
2287
|
-
export { I_PackageInput as I_PackageInput_alias_2 }
|
|
2288
|
-
|
|
2289
|
-
declare type I_Return<T = void, E = unknown> = I_ReturnSuccess<T, E> | I_ReturnFailure;
|
|
2290
|
-
export { I_Return }
|
|
2291
|
-
export { I_Return as I_Return_alias_1 }
|
|
2292
|
-
|
|
2293
|
-
declare type I_Return_2<T = void, E = unknown> = I_ReturnSuccess_2<T, E> | I_ReturnFailure_2;
|
|
2294
|
-
|
|
2295
|
-
declare interface I_ReturnFailure {
|
|
2296
|
-
success: false;
|
|
2297
|
-
message: string;
|
|
2298
|
-
code: number | string;
|
|
2299
|
-
}
|
|
2300
|
-
export { I_ReturnFailure }
|
|
2301
|
-
export { I_ReturnFailure as I_ReturnFailure_alias_1 }
|
|
2302
|
-
|
|
2303
|
-
declare interface I_ReturnFailure_2 {
|
|
2304
|
-
success: false;
|
|
2305
|
-
message: string;
|
|
2306
|
-
code: number | string;
|
|
2307
|
-
}
|
|
2308
|
-
|
|
2309
|
-
declare interface I_ReturnSuccess<T, E = unknown> {
|
|
2310
|
-
success: true;
|
|
2311
|
-
result: T & E;
|
|
2312
|
-
message?: string;
|
|
2313
|
-
code?: number | string;
|
|
2314
|
-
}
|
|
2315
|
-
export { I_ReturnSuccess }
|
|
2316
|
-
export { I_ReturnSuccess as I_ReturnSuccess_alias_1 }
|
|
2317
|
-
|
|
2318
|
-
declare interface I_ReturnSuccess_2<T, E = unknown> {
|
|
2319
|
-
success: true;
|
|
2320
|
-
result: T & E;
|
|
2321
|
-
message?: string;
|
|
2322
|
-
code?: number | string;
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
declare interface I_Serializer<T = unknown> {
|
|
2326
|
-
serialize: (value: T) => string;
|
|
2327
|
-
deserialize: (value: string) => T;
|
|
2328
|
-
}
|
|
2329
|
-
export { I_Serializer }
|
|
2330
|
-
export { I_Serializer as I_Serializer_alias_1 }
|
|
2331
|
-
export { I_Serializer as I_Serializer_alias_2 }
|
|
2332
|
-
|
|
2333
|
-
declare interface I_Serializer_2<T = unknown> {
|
|
2334
|
-
serialize: (value: T) => string;
|
|
2335
|
-
deserialize: (value: string) => T;
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
declare interface I_SerializerTypeWrapper<T extends T_SerializerKnownTypes = T_SerializerKnownTypes> {
|
|
2339
|
-
__type: T;
|
|
2340
|
-
value: unknown;
|
|
2341
|
-
}
|
|
2342
|
-
export { I_SerializerTypeWrapper }
|
|
2343
|
-
export { I_SerializerTypeWrapper as I_SerializerTypeWrapper_alias_1 }
|
|
2344
|
-
export { I_SerializerTypeWrapper as I_SerializerTypeWrapper_alias_2 }
|
|
2345
|
-
|
|
2346
|
-
declare interface I_SlugifyOptions {
|
|
2347
|
-
replacement?: string;
|
|
2348
|
-
remove?: RegExp;
|
|
2349
|
-
lower?: boolean;
|
|
2350
|
-
strict?: boolean;
|
|
2351
|
-
locale?: string;
|
|
2352
|
-
trim?: boolean;
|
|
2353
|
-
}
|
|
2354
|
-
export { I_SlugifyOptions }
|
|
2355
|
-
export { I_SlugifyOptions as I_SlugifyOptions_alias_1 }
|
|
2356
|
-
export { I_SlugifyOptions as I_SlugifyOptions_alias_2 }
|
|
2357
|
-
|
|
2358
|
-
declare interface I_UpdateOptionsExtended extends Omit<QueryOptions, 'session'> {
|
|
2359
|
-
session?: ClientSession;
|
|
2360
|
-
}
|
|
2361
|
-
export { I_UpdateOptionsExtended }
|
|
2362
|
-
export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_1 }
|
|
2363
|
-
export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_2 }
|
|
2364
|
-
|
|
2365
|
-
declare interface I_UploadConfig {
|
|
2366
|
-
[E_UploadType.IMAGE]: I_UploadTypeConfig;
|
|
2367
|
-
[E_UploadType.VIDEO]: I_UploadTypeConfig;
|
|
2368
|
-
[E_UploadType.DOCUMENT]: I_UploadTypeConfig;
|
|
2369
|
-
[E_UploadType.OTHER]: I_UploadTypeConfig;
|
|
2370
|
-
}
|
|
2371
|
-
export { I_UploadConfig }
|
|
2372
|
-
export { I_UploadConfig as I_UploadConfig_alias_1 }
|
|
2373
|
-
export { I_UploadConfig as I_UploadConfig_alias_2 }
|
|
2374
|
-
|
|
2375
|
-
declare interface I_UploadOptions {
|
|
2376
|
-
file: Promise<{
|
|
2377
|
-
file: {
|
|
2378
|
-
createReadStream: () => NodeJS.ReadableStream;
|
|
2379
|
-
filename: string;
|
|
2380
|
-
};
|
|
2381
|
-
}>;
|
|
2382
|
-
path: string;
|
|
2383
|
-
type: E_UploadType;
|
|
2384
|
-
config?: I_UploadConfig;
|
|
2385
|
-
}
|
|
2386
|
-
export { I_UploadOptions }
|
|
2387
|
-
export { I_UploadOptions as I_UploadOptions_alias_1 }
|
|
2388
|
-
export { I_UploadOptions as I_UploadOptions_alias_2 }
|
|
2389
|
-
|
|
2390
|
-
declare interface I_UploadResult {
|
|
2391
|
-
success: boolean;
|
|
2392
|
-
message: string;
|
|
2393
|
-
result: string;
|
|
2394
|
-
}
|
|
2395
|
-
export { I_UploadResult }
|
|
2396
|
-
export { I_UploadResult as I_UploadResult_alias_1 }
|
|
2397
|
-
export { I_UploadResult as I_UploadResult_alias_2 }
|
|
2398
|
-
|
|
2399
|
-
declare interface I_UploadTypeConfig {
|
|
2400
|
-
allowedExtensions: string[];
|
|
2401
|
-
sizeLimit: number;
|
|
2402
|
-
}
|
|
2403
|
-
export { I_UploadTypeConfig }
|
|
2404
|
-
export { I_UploadTypeConfig as I_UploadTypeConfig_alias_1 }
|
|
2405
|
-
export { I_UploadTypeConfig as I_UploadTypeConfig_alias_2 }
|
|
2406
|
-
|
|
2407
|
-
declare interface I_UploadValidationConfig {
|
|
2408
|
-
filename: string;
|
|
2409
|
-
fileSize?: number;
|
|
2410
|
-
}
|
|
2411
|
-
export { I_UploadValidationConfig }
|
|
2412
|
-
export { I_UploadValidationConfig as I_UploadValidationConfig_alias_1 }
|
|
2413
|
-
export { I_UploadValidationConfig as I_UploadValidationConfig_alias_2 }
|
|
2414
|
-
|
|
2415
|
-
declare interface I_UserBackOptions extends UserbackOptions {
|
|
2416
|
-
hide: string[];
|
|
2417
|
-
}
|
|
2418
|
-
export { I_UserBackOptions }
|
|
2419
|
-
export { I_UserBackOptions as I_UserBackOptions_alias_1 }
|
|
2420
|
-
|
|
2421
|
-
declare interface I_UserBackProps {
|
|
2422
|
-
token?: string;
|
|
2423
|
-
options?: I_UserBackOptions;
|
|
2424
|
-
}
|
|
2425
|
-
export { I_UserBackProps }
|
|
2426
|
-
export { I_UserBackProps as I_UserBackProps_alias_1 }
|
|
2427
|
-
|
|
2428
|
-
declare interface I_VirtualNestedOptions {
|
|
2429
|
-
[key: string]: I_VirtualNestedOptions | number | string | boolean;
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
declare interface I_VirtualOptions {
|
|
2433
|
-
ref: string;
|
|
2434
|
-
localField: string;
|
|
2435
|
-
foreignField: string;
|
|
2436
|
-
count?: boolean;
|
|
2437
|
-
justOne?: boolean;
|
|
2438
|
-
options?: I_VirtualNestedOptions;
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
declare interface I_WSOptions {
|
|
2442
|
-
server: Server;
|
|
2443
|
-
path: string;
|
|
2444
|
-
}
|
|
2445
|
-
export { I_WSOptions }
|
|
2446
|
-
export { I_WSOptions as I_WSOptions_alias_1 }
|
|
2447
|
-
export { I_WSOptions as I_WSOptions_alias_2 }
|
|
2448
|
-
|
|
2449
|
-
declare function initGraphQLWS(options: I_GraphqlWSOptions): Disposable_2;
|
|
2450
|
-
export { initGraphQLWS }
|
|
2451
|
-
export { initGraphQLWS as initGraphQLWS_alias_1 }
|
|
2452
|
-
export { initGraphQLWS as initGraphQLWS_alias_2 }
|
|
2453
|
-
|
|
2454
|
-
declare function initI18next(options: InitOptions): Promise<TFunction<"translation", undefined>>;
|
|
2455
|
-
export { initI18next }
|
|
2456
|
-
export { initI18next as initI18next_alias_1 }
|
|
2457
|
-
export { initI18next as initI18next_alias_2 }
|
|
2458
|
-
|
|
2459
|
-
declare function installDependencies(): Promise<void>;
|
|
2460
|
-
export { installDependencies }
|
|
2461
|
-
export { installDependencies as installDependencies_alias_1 }
|
|
2462
|
-
export { installDependencies as installDependencies_alias_2 }
|
|
2463
|
-
|
|
2464
|
-
declare const IS_BROWSER: boolean;
|
|
2465
|
-
export { IS_BROWSER }
|
|
2466
|
-
export { IS_BROWSER as IS_BROWSER_alias_1 }
|
|
2467
|
-
|
|
2468
|
-
/**
|
|
2469
|
-
* Check if a string is a valid JSON string.
|
|
2470
|
-
* @param str - The string to check.
|
|
2471
|
-
* @returns True if the string is a valid JSON string, false otherwise.
|
|
2472
|
-
*/
|
|
2473
|
-
declare function isJson(str: string): boolean;
|
|
2474
|
-
export { isJson }
|
|
2475
|
-
export { isJson as isJson_alias_1 }
|
|
2476
|
-
export { isJson as isJson_alias_2 }
|
|
2477
|
-
|
|
2478
|
-
/**
|
|
2479
|
-
* Checks if a value is an object.
|
|
2480
|
-
* An object is an object that is not an array, null, or a function.
|
|
2481
|
-
* @param val - The value to check.
|
|
2482
|
-
* @returns True if the value is an object, false otherwise.
|
|
2483
|
-
*/
|
|
2484
|
-
declare function isObject(val: unknown): val is T_Object_2;
|
|
2485
|
-
export { isObject }
|
|
2486
|
-
export { isObject as isObject_alias_1 }
|
|
2487
|
-
export { isObject as isObject_alias_2 }
|
|
2488
|
-
|
|
2489
|
-
declare function join(...urls: string[]): string;
|
|
2490
|
-
export { join }
|
|
2491
|
-
export { join as join_alias_1 }
|
|
2492
|
-
export { join as join_alias_2 }
|
|
2493
|
-
|
|
2494
|
-
declare const LINT_STAGED_CLI = "lint-staged";
|
|
2495
|
-
export { LINT_STAGED_CLI }
|
|
2496
|
-
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_1 }
|
|
2497
|
-
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_2 }
|
|
2498
|
-
|
|
2499
|
-
declare const LINT_STAGED_PACKAGE_NAME = "lint-staged";
|
|
2500
|
-
export { LINT_STAGED_PACKAGE_NAME }
|
|
2501
|
-
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_1 }
|
|
2502
|
-
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_2 }
|
|
2503
|
-
|
|
2504
|
-
declare function loadEnvFile(): void;
|
|
2505
|
-
export { loadEnvFile }
|
|
2506
|
-
export { loadEnvFile as loadEnvFile_alias_1 }
|
|
2507
|
-
export { loadEnvFile as loadEnvFile_alias_2 }
|
|
2508
|
-
|
|
2509
|
-
declare function Loading({ full, block, className, message, ...rest }: I_LoadingProps): React_2.JSX.Element;
|
|
2510
|
-
export { Loading }
|
|
2511
|
-
export { Loading as Loading_alias_1 }
|
|
2512
|
-
export { Loading as Loading_alias_2 }
|
|
2513
|
-
|
|
2514
|
-
declare const LoadingContext: Context<I_LoadingContext | undefined>;
|
|
2515
|
-
export { LoadingContext }
|
|
2516
|
-
export { LoadingContext as LoadingContext_alias_1 }
|
|
2517
|
-
export { LoadingContext as LoadingContext_alias_2 }
|
|
2518
|
-
|
|
2519
|
-
declare function LoadingProvider({ children }: I_Children_2): React_2.JSX.Element;
|
|
2520
|
-
export { LoadingProvider }
|
|
2521
|
-
export { LoadingProvider as LoadingProvider_alias_1 }
|
|
2522
|
-
export { LoadingProvider as LoadingProvider_alias_2 }
|
|
2523
|
-
|
|
2524
|
-
declare const log: I_Log;
|
|
2525
|
-
export { log }
|
|
2526
|
-
export { log as log_alias_1 }
|
|
2527
|
-
export { log as log_alias_2 }
|
|
2528
|
-
|
|
2529
|
-
declare const log_2: I_Log_3;
|
|
2530
|
-
export { log_2 as log_alias_3 }
|
|
2531
|
-
export { log_2 as log_alias_4 }
|
|
2532
|
-
export { log_2 as log_alias_5 }
|
|
2533
|
-
|
|
2534
|
-
declare const lstatSync: fsExtra.StatSyncFn;
|
|
2535
|
-
export { lstatSync }
|
|
2536
|
-
export { lstatSync as lstatSync_alias_1 }
|
|
2537
|
-
export { lstatSync as lstatSync_alias_2 }
|
|
2538
|
-
|
|
2539
|
-
/**
|
|
2540
|
-
*
|
|
2541
|
-
* @param env - The environment variables to map.
|
|
2542
|
-
* @returns An object containing flags for the environment.
|
|
2543
|
-
*/
|
|
2544
|
-
declare function mapEnvironment(env: I_NodeEnvInput): I_EnvFlags;
|
|
2545
|
-
export { mapEnvironment }
|
|
2546
|
-
export { mapEnvironment as mapEnvironment_alias_1 }
|
|
2547
|
-
export { mapEnvironment as mapEnvironment_alias_2 }
|
|
2548
|
-
|
|
2549
|
-
declare function mergeConfigs(type: T_ConfigType, ...config: T_Object_2[]): T_Object_2;
|
|
2550
|
-
export { mergeConfigs }
|
|
2551
|
-
export { mergeConfigs as mergeConfigs_alias_1 }
|
|
2552
|
-
|
|
2553
|
-
declare const MIGRATE_MONGO_CLI = "./node_modules/migrate-mongo/bin/migrate-mongo";
|
|
2554
|
-
export { MIGRATE_MONGO_CLI }
|
|
2555
|
-
export { MIGRATE_MONGO_CLI as MIGRATE_MONGO_CLI_alias_1 }
|
|
2556
|
-
export { MIGRATE_MONGO_CLI as MIGRATE_MONGO_CLI_alias_2 }
|
|
2557
|
-
|
|
2558
|
-
declare const MIGRATE_MONGO_CONFIG = ".migrate-mongo.config.js";
|
|
2559
|
-
export { MIGRATE_MONGO_CONFIG }
|
|
2560
|
-
export { MIGRATE_MONGO_CONFIG as MIGRATE_MONGO_CONFIG_alias_1 }
|
|
2561
|
-
export { MIGRATE_MONGO_CONFIG as MIGRATE_MONGO_CONFIG_alias_2 }
|
|
2562
|
-
|
|
2563
|
-
declare const MIGRATE_MONGO_PACKAGE_NAME = "migrate-mongo";
|
|
2564
|
-
export { MIGRATE_MONGO_PACKAGE_NAME }
|
|
2565
|
-
export { MIGRATE_MONGO_PACKAGE_NAME as MIGRATE_MONGO_PACKAGE_NAME_alias_1 }
|
|
2566
|
-
export { MIGRATE_MONGO_PACKAGE_NAME as MIGRATE_MONGO_PACKAGE_NAME_alias_2 }
|
|
2567
|
-
|
|
2568
|
-
declare const mkdirSync: typeof fsExtra.mkdirSync;
|
|
2569
|
-
export { mkdirSync }
|
|
2570
|
-
export { mkdirSync as mkdirSync_alias_1 }
|
|
2571
|
-
export { mkdirSync as mkdirSync_alias_2 }
|
|
2572
|
-
|
|
2573
|
-
declare const mongo: {
|
|
2574
|
-
getDateTime(now?: Date): string;
|
|
2575
|
-
createGenericFields({ returnDateAs, }?: {
|
|
2576
|
-
returnDateAs?: "string" | "date";
|
|
2577
|
-
}): I_GenericDocument;
|
|
2578
|
-
applyPlugins<T>(schema: T_MongooseShema<T>, plugins: Array<T_MongoosePlugin | false>): void;
|
|
2579
|
-
applyMiddlewares<T extends Partial<C_Document>>(schema: T_MongooseShema<T>, middlewares: I_MongooseModelMiddleware<T>[]): void;
|
|
2580
|
-
createGenericSchema(mongoose: typeof mongooseRaw): mongooseRaw.Schema<I_GenericDocument, mongooseRaw.Model<I_GenericDocument, any, any, any, mongooseRaw.Document<unknown, any, I_GenericDocument, any> & I_GenericDocument & Required<{
|
|
2581
|
-
_id: unknown;
|
|
2582
|
-
}> & {
|
|
2583
|
-
__v: number;
|
|
2584
|
-
}, any>, {}, {}, {}, {}, mongooseRaw.DefaultSchemaOptions, I_GenericDocument, mongooseRaw.Document<unknown, {}, mongooseRaw.FlatRecord<I_GenericDocument>, {}> & mongooseRaw.FlatRecord<I_GenericDocument> & Required<{
|
|
2585
|
-
_id: unknown;
|
|
2586
|
-
}> & {
|
|
2587
|
-
__v: number;
|
|
2588
|
-
}>;
|
|
2589
|
-
createSchema<T>({ mongoose, schema, virtuals, standalone, }: I_CreateSchemaOptions<T>): T_MongooseShema<T>;
|
|
2590
|
-
createModel<T extends Partial<C_Document>>({ mongoose: currentMongooseInstance, name, schema, pagination, aggregate, virtuals, middlewares, }: I_CreateModelOptions<T>): I_ExtendedModel<T>;
|
|
2591
|
-
validator: {
|
|
2592
|
-
isRequired<T>(): (this: T, value: unknown) => Promise<boolean>;
|
|
2593
|
-
isUnique<T extends {
|
|
2594
|
-
constructor: {
|
|
2595
|
-
exists: (query: Record<string, unknown>) => Promise<unknown>;
|
|
2596
|
-
};
|
|
2597
|
-
}>(fields: string[]): (this: T, value: unknown) => Promise<boolean>;
|
|
2598
|
-
matchesRegex(regexArray: RegExp[]): (value: string) => Promise<boolean>;
|
|
2599
|
-
};
|
|
2600
|
-
migrate: {
|
|
2601
|
-
setConfig: (options: Partial<migrate.config.Config>) => void;
|
|
2602
|
-
init(): Promise<void>;
|
|
2603
|
-
create(description: string): Promise<string>;
|
|
2604
|
-
up(db: mongooseRaw.mongo.Db, client: mongooseRaw.mongo.MongoClient): Promise<string[]>;
|
|
2605
|
-
down(db: mongooseRaw.mongo.Db, client: mongooseRaw.mongo.MongoClient): Promise<string[]>;
|
|
2606
|
-
status(db: mongooseRaw.mongo.Db): Promise<migrate.MigrationStatus[]>;
|
|
2607
|
-
database: typeof migrate.database;
|
|
2608
|
-
config: typeof migrate.config;
|
|
2609
|
-
};
|
|
2610
|
-
regexify<T>(filter?: T_FilterQuery<T>, fields?: (keyof T | string)[]): T_FilterQuery<T>;
|
|
2611
|
-
};
|
|
2612
|
-
export { mongo }
|
|
2613
|
-
export { mongo as mongo_alias_1 }
|
|
2614
|
-
export { mongo as mongo_alias_2 }
|
|
2615
|
-
|
|
2616
|
-
declare const MONGO_MIGRATE_OPTIONS = "MONGO_MIGRATE_OPTIONS";
|
|
2617
|
-
export { MONGO_MIGRATE_OPTIONS }
|
|
2618
|
-
export { MONGO_MIGRATE_OPTIONS as MONGO_MIGRATE_OPTIONS_alias_1 }
|
|
2619
|
-
export { MONGO_MIGRATE_OPTIONS as MONGO_MIGRATE_OPTIONS_alias_2 }
|
|
2620
|
-
|
|
2621
|
-
declare class MongoController<D extends Partial<C_Document>> {
|
|
2622
|
-
private collection;
|
|
2623
|
-
constructor(db: C_Db, collectionName: string);
|
|
2624
|
-
createOne(document: D | Partial<D>): Promise<I_Return_2<D | Partial<D>>>;
|
|
2625
|
-
createMany(documents: (D | Partial<D>)[]): Promise<I_Return_2<(D | Partial<D>)[]>>;
|
|
2626
|
-
findOne(filter: T_Filter<D>): Promise<I_Return_2<T_WithId<D>>>;
|
|
2627
|
-
findAll(filter?: T_Filter<D>): Promise<I_Return_2<T_WithId<D>[]>>;
|
|
2628
|
-
count(filter?: T_Filter<D>): Promise<I_Return_2<number>>;
|
|
2629
|
-
updateOne(filter: T_Filter<D>, update: Partial<D>): Promise<I_Return_2<T_UpdateResult>>;
|
|
2630
|
-
updateMany(filter: T_Filter<D>, update: Partial<D>): Promise<I_Return_2<T_UpdateResult>>;
|
|
2631
|
-
deleteOne(filter: T_Filter<D>): Promise<I_Return_2<T_DeleteResult>>;
|
|
2632
|
-
deleteMany(filter: T_Filter<D>): Promise<I_Return_2<T_DeleteResult>>;
|
|
2633
|
-
}
|
|
2634
|
-
export { MongoController }
|
|
2635
|
-
export { MongoController as MongoController_alias_1 }
|
|
2636
|
-
export { MongoController as MongoController_alias_2 }
|
|
2637
|
-
|
|
2638
|
-
declare class MongooseController<T extends Partial<C_Document>> {
|
|
2639
|
-
private model;
|
|
2640
|
-
constructor(model: I_ExtendedModel<T>);
|
|
2641
|
-
private getModelName;
|
|
2642
|
-
findOne(filter?: T_FilterQuery<T>, projection?: T_ProjectionType<T>, options?: T_QueryOptions<T>, populate?: T_Input_Populate): Promise<I_Return_2<T>>;
|
|
2643
|
-
findAll(filter?: T_FilterQuery<T>, projection?: T_ProjectionType<T>, options?: T_QueryOptions<T>, populate?: T_Input_Populate): Promise<I_Return_2<T[]>>;
|
|
2644
|
-
findPaging(filter?: T_FilterQuery<T>, options?: T_PaginateOptionsWithPopulate): Promise<I_Return_2<T_PaginateResult<T>>>;
|
|
2645
|
-
findPagingAggregate(pipeline: T_PipelineStage[], options?: T_PaginateOptionsWithPopulate): Promise<I_Return_2<T_AggregatePaginateResult<T>>>;
|
|
2646
|
-
count(filter?: T_FilterQuery<T>): Promise<I_Return_2<number>>;
|
|
2647
|
-
createOne(doc: T | Partial<T>): Promise<I_Return_2<T>>;
|
|
2648
|
-
createMany(docs: (T | Partial<T>)[], options?: T_InsertManyOptions): Promise<I_Return_2<T[]>>;
|
|
2649
|
-
updateOne(filter?: T_FilterQuery<T>, update?: T_UpdateQuery<T>, options?: I_UpdateOptionsExtended): Promise<I_Return_2<T>>;
|
|
2650
|
-
updateMany(filter?: T_FilterQuery<T>, update?: T_UpdateQuery<T>, options?: I_UpdateOptionsExtended): Promise<I_Return_2<T_UpdateResult>>;
|
|
2651
|
-
deleteOne(filter?: T_FilterQuery<T>, options?: I_DeleteOptionsExtended): Promise<I_Return_2<T>>;
|
|
2652
|
-
deleteMany(filter?: T_FilterQuery<T>, options?: I_DeleteOptionsExtended): Promise<I_Return_2<T_DeleteResult>>;
|
|
2653
|
-
createShortId(id: string, length?: number): Promise<I_Return_2<string>>;
|
|
2654
|
-
createSlugQuery({ slug, field, isObject, filter }: I_Input_GenerateSlug<T>): {
|
|
2655
|
-
$or: ({
|
|
2656
|
-
[x: string]: string;
|
|
2657
|
-
slugHistory?: undefined;
|
|
2658
|
-
} | {
|
|
2659
|
-
slugHistory: {
|
|
2660
|
-
$elemMatch: {
|
|
2661
|
-
[x: string]: string;
|
|
2662
|
-
};
|
|
2663
|
-
};
|
|
2664
|
-
})[];
|
|
2665
|
-
_id?: any;
|
|
2666
|
-
$assertPopulated?: any;
|
|
2667
|
-
$clearModifiedPaths?: any;
|
|
2668
|
-
$clone?: any;
|
|
2669
|
-
$createModifiedPathsSnapshot?: any;
|
|
2670
|
-
$getAllSubdocs?: any;
|
|
2671
|
-
$ignore?: any;
|
|
2672
|
-
$isDefault?: any;
|
|
2673
|
-
$isDeleted?: any;
|
|
2674
|
-
$getPopulatedDocs?: any;
|
|
2675
|
-
$inc?: any;
|
|
2676
|
-
$isEmpty?: any;
|
|
2677
|
-
$isValid?: any;
|
|
2678
|
-
$locals?: any;
|
|
2679
|
-
$markValid?: any;
|
|
2680
|
-
$model?: any;
|
|
2681
|
-
$op?: any;
|
|
2682
|
-
$restoreModifiedPathsSnapshot?: any;
|
|
2683
|
-
$session?: any;
|
|
2684
|
-
$set?: any;
|
|
2685
|
-
$where?: any;
|
|
2686
|
-
baseModelName?: any;
|
|
2687
|
-
collection?: any;
|
|
2688
|
-
db?: any;
|
|
2689
|
-
deleteOne?: any;
|
|
2690
|
-
depopulate?: any;
|
|
2691
|
-
directModifiedPaths?: any;
|
|
2692
|
-
equals?: any;
|
|
2693
|
-
errors?: any;
|
|
2694
|
-
get?: any;
|
|
2695
|
-
getChanges?: any;
|
|
2696
|
-
id?: any;
|
|
2697
|
-
increment?: any;
|
|
2698
|
-
init?: any;
|
|
2699
|
-
invalidate?: any;
|
|
2700
|
-
isDirectModified?: any;
|
|
2701
|
-
isDirectSelected?: any;
|
|
2702
|
-
isInit?: any;
|
|
2703
|
-
isModified?: any;
|
|
2704
|
-
isNew?: any;
|
|
2705
|
-
isSelected?: any;
|
|
2706
|
-
markModified?: any;
|
|
2707
|
-
model?: any;
|
|
2708
|
-
modifiedPaths?: any;
|
|
2709
|
-
overwrite?: any;
|
|
2710
|
-
$parent?: any;
|
|
2711
|
-
populate?: any;
|
|
2712
|
-
populated?: any;
|
|
2713
|
-
replaceOne?: any;
|
|
2714
|
-
save?: any;
|
|
2715
|
-
schema?: any;
|
|
2716
|
-
set?: any;
|
|
2717
|
-
toJSON?: any;
|
|
2718
|
-
toObject?: any;
|
|
2719
|
-
unmarkModified?: any;
|
|
2720
|
-
updateOne?: any;
|
|
2721
|
-
validate?: any;
|
|
2722
|
-
validateSync?: any;
|
|
2723
|
-
$and?: mongooseRaw.FilterQuery<T>[] | undefined;
|
|
2724
|
-
$nor?: mongooseRaw.FilterQuery<T>[] | undefined;
|
|
2725
|
-
$text?: {
|
|
2726
|
-
$search: string;
|
|
2727
|
-
$language?: string;
|
|
2728
|
-
$caseSensitive?: boolean;
|
|
2729
|
-
$diacriticSensitive?: boolean;
|
|
2730
|
-
};
|
|
2731
|
-
$comment?: string;
|
|
2732
|
-
$expr?: Record<string, any>;
|
|
2733
|
-
} | {
|
|
2734
|
-
$or: ({
|
|
2735
|
-
slug: string;
|
|
2736
|
-
slugHistory?: undefined;
|
|
2737
|
-
} | {
|
|
2738
|
-
slugHistory: string;
|
|
2739
|
-
slug?: undefined;
|
|
2740
|
-
})[];
|
|
2741
|
-
_id?: any;
|
|
2742
|
-
$assertPopulated?: any;
|
|
2743
|
-
$clearModifiedPaths?: any;
|
|
2744
|
-
$clone?: any;
|
|
2745
|
-
$createModifiedPathsSnapshot?: any;
|
|
2746
|
-
$getAllSubdocs?: any;
|
|
2747
|
-
$ignore?: any;
|
|
2748
|
-
$isDefault?: any;
|
|
2749
|
-
$isDeleted?: any;
|
|
2750
|
-
$getPopulatedDocs?: any;
|
|
2751
|
-
$inc?: any;
|
|
2752
|
-
$isEmpty?: any;
|
|
2753
|
-
$isValid?: any;
|
|
2754
|
-
$locals?: any;
|
|
2755
|
-
$markValid?: any;
|
|
2756
|
-
$model?: any;
|
|
2757
|
-
$op?: any;
|
|
2758
|
-
$restoreModifiedPathsSnapshot?: any;
|
|
2759
|
-
$session?: any;
|
|
2760
|
-
$set?: any;
|
|
2761
|
-
$where?: any;
|
|
2762
|
-
baseModelName?: any;
|
|
2763
|
-
collection?: any;
|
|
2764
|
-
db?: any;
|
|
2765
|
-
deleteOne?: any;
|
|
2766
|
-
depopulate?: any;
|
|
2767
|
-
directModifiedPaths?: any;
|
|
2768
|
-
equals?: any;
|
|
2769
|
-
errors?: any;
|
|
2770
|
-
get?: any;
|
|
2771
|
-
getChanges?: any;
|
|
2772
|
-
id?: any;
|
|
2773
|
-
increment?: any;
|
|
2774
|
-
init?: any;
|
|
2775
|
-
invalidate?: any;
|
|
2776
|
-
isDirectModified?: any;
|
|
2777
|
-
isDirectSelected?: any;
|
|
2778
|
-
isInit?: any;
|
|
2779
|
-
isModified?: any;
|
|
2780
|
-
isNew?: any;
|
|
2781
|
-
isSelected?: any;
|
|
2782
|
-
markModified?: any;
|
|
2783
|
-
model?: any;
|
|
2784
|
-
modifiedPaths?: any;
|
|
2785
|
-
overwrite?: any;
|
|
2786
|
-
$parent?: any;
|
|
2787
|
-
populate?: any;
|
|
2788
|
-
populated?: any;
|
|
2789
|
-
replaceOne?: any;
|
|
2790
|
-
save?: any;
|
|
2791
|
-
schema?: any;
|
|
2792
|
-
set?: any;
|
|
2793
|
-
toJSON?: any;
|
|
2794
|
-
toObject?: any;
|
|
2795
|
-
unmarkModified?: any;
|
|
2796
|
-
updateOne?: any;
|
|
2797
|
-
validate?: any;
|
|
2798
|
-
validateSync?: any;
|
|
2799
|
-
$and?: mongooseRaw.FilterQuery<T>[] | undefined;
|
|
2800
|
-
$nor?: mongooseRaw.FilterQuery<T>[] | undefined;
|
|
2801
|
-
$text?: {
|
|
2802
|
-
$search: string;
|
|
2803
|
-
$language?: string;
|
|
2804
|
-
$caseSensitive?: boolean;
|
|
2805
|
-
$diacriticSensitive?: boolean;
|
|
2806
|
-
};
|
|
2807
|
-
$comment?: string;
|
|
2808
|
-
$expr?: Record<string, any>;
|
|
2809
|
-
};
|
|
2810
|
-
createUniqueSlug({ slug, field, isObject, filter }: I_Input_GenerateSlug<T>): Promise<string>;
|
|
2811
|
-
createSlug<R = string>({ field, from, filter }: I_Input_CreateSlug<T>): Promise<I_Return_2<R>>;
|
|
2812
|
-
checkSlug({ slug, field, from, filter }: I_Input_CheckSlug<T>): Promise<I_Return_2<boolean>>;
|
|
2813
|
-
aggregate(pipeline: T_PipelineStage[]): Promise<I_Return_2<T[]>>;
|
|
2814
|
-
}
|
|
2815
|
-
export { MongooseController }
|
|
2816
|
-
export { MongooseController as MongooseController_alias_1 }
|
|
2817
|
-
export { MongooseController as MongooseController_alias_2 }
|
|
2818
|
-
|
|
2819
|
-
export { mongoosePaginate }
|
|
2820
|
-
export { mongoosePaginate as mongoosePaginate_alias_1 }
|
|
2821
|
-
export { mongoosePaginate as mongoosePaginate_alias_2 }
|
|
2822
|
-
|
|
2823
|
-
declare const NEXT_INTL_DEFAULT_LANGUAGE: {
|
|
2824
|
-
label: string;
|
|
2825
|
-
value: string;
|
|
2826
|
-
flag: string;
|
|
2827
|
-
adapterLocale: Locale;
|
|
2828
|
-
icon: string;
|
|
2829
|
-
numberFormat: {
|
|
2830
|
-
code: string;
|
|
2831
|
-
currency: string;
|
|
2832
|
-
};
|
|
2833
|
-
timezone: string;
|
|
2834
|
-
};
|
|
2835
|
-
export { NEXT_INTL_DEFAULT_LANGUAGE }
|
|
2836
|
-
export { NEXT_INTL_DEFAULT_LANGUAGE as NEXT_INTL_DEFAULT_LANGUAGE_alias_1 }
|
|
2837
|
-
export { NEXT_INTL_DEFAULT_LANGUAGE as NEXT_INTL_DEFAULT_LANGUAGE_alias_2 }
|
|
2838
|
-
|
|
2839
|
-
export { NextFunction }
|
|
2840
|
-
export { NextFunction as NextFunction_alias_1 }
|
|
2841
|
-
export { NextFunction as NextFunction_alias_2 }
|
|
2842
|
-
|
|
2843
|
-
declare const NextIntlContext: Context<I_NextIntlContext | undefined>;
|
|
2844
|
-
export { NextIntlContext }
|
|
2845
|
-
export { NextIntlContext as NextIntlContext_alias_1 }
|
|
2846
|
-
export { NextIntlContext as NextIntlContext_alias_2 }
|
|
2847
|
-
|
|
2848
|
-
declare function NextIntlProvider({ children, languages, messages, }: I_NextIntlProviderProps): React_2.JSX.Element;
|
|
2849
|
-
export { NextIntlProvider }
|
|
2850
|
-
export { NextIntlProvider as NextIntlProvider_alias_1 }
|
|
2851
|
-
export { NextIntlProvider as NextIntlProvider_alias_2 }
|
|
2852
|
-
|
|
2853
|
-
declare const NODE_MODULES = "node_modules";
|
|
2854
|
-
export { NODE_MODULES }
|
|
2855
|
-
export { NODE_MODULES as NODE_MODULES_alias_1 }
|
|
2856
|
-
export { NODE_MODULES as NODE_MODULES_alias_2 }
|
|
2857
|
-
|
|
2858
|
-
declare const NODE_MODULES_INSPECT_CLI = "node-modules-inspector";
|
|
2859
|
-
export { NODE_MODULES_INSPECT_CLI }
|
|
2860
|
-
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_1 }
|
|
2861
|
-
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_2 }
|
|
2862
|
-
|
|
2863
|
-
declare const NODE_MODULES_INSPECT_PACKAGE_NAME = "node-modules-inspector";
|
|
2864
|
-
export { NODE_MODULES_INSPECT_PACKAGE_NAME }
|
|
2865
|
-
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_1 }
|
|
2866
|
-
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_2 }
|
|
2867
|
-
|
|
2868
|
-
export { NormalizedCacheObject }
|
|
2869
|
-
export { NormalizedCacheObject as NormalizedCacheObject_alias_1 }
|
|
2870
|
-
export { NormalizedCacheObject as NormalizedCacheObject_alias_2 }
|
|
2871
|
-
|
|
2872
|
-
declare const PACKAGE_JSON = "package.json";
|
|
2873
|
-
export { PACKAGE_JSON }
|
|
2874
|
-
export { PACKAGE_JSON as PACKAGE_JSON_alias_1 }
|
|
2875
|
-
export { PACKAGE_JSON as PACKAGE_JSON_alias_2 }
|
|
2876
|
-
|
|
2877
|
-
declare const PACKAGE_LOCK_JSON = "package-lock.json";
|
|
2878
|
-
export { PACKAGE_LOCK_JSON }
|
|
2879
|
-
export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_1 }
|
|
2880
|
-
export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_2 }
|
|
2881
|
-
|
|
2882
|
-
declare const PATH: {
|
|
2883
|
-
CYBERSKILL_DIRECTORY: string;
|
|
2884
|
-
WORKING_DIRECTORY: string;
|
|
2885
|
-
PUBLIC_DIRECTORY: string;
|
|
2886
|
-
TS_CONFIG: string;
|
|
2887
|
-
GIT_IGNORE: string;
|
|
2888
|
-
GIT_HOOK: string;
|
|
2889
|
-
GIT_COMMIT_MSG: string;
|
|
2890
|
-
SIMPLE_GIT_HOOKS_JSON: string;
|
|
2891
|
-
PACKAGE_JSON: string;
|
|
2892
|
-
PACKAGE_LOCK_JSON: string;
|
|
2893
|
-
PNPM_LOCK_YAML: string;
|
|
2894
|
-
NODE_MODULES: string;
|
|
2895
|
-
MIGRATE_MONGO_CONFIG: string;
|
|
2896
|
-
LINT_STAGED_CONFIG: string;
|
|
2897
|
-
COMMITLINT_CONFIG: string;
|
|
2898
|
-
VITEST_UNIT_CONFIG: string;
|
|
2899
|
-
VITEST_UNIT_SETUP_CONFIG: string;
|
|
2900
|
-
VITEST_E2E_CONFIG: string;
|
|
2901
|
-
};
|
|
2902
|
-
export { PATH }
|
|
2903
|
-
export { PATH as PATH_alias_1 }
|
|
2904
|
-
export { PATH as PATH_alias_2 }
|
|
2905
|
-
|
|
2906
|
-
declare const path: pathNode.PlatformPath;
|
|
2907
|
-
export { path }
|
|
2908
|
-
export { path as path_alias_1 }
|
|
2909
|
-
export { path as path_alias_2 }
|
|
2910
|
-
|
|
2911
|
-
declare function pathExistsSync(...paths: string[]): boolean;
|
|
2912
|
-
export { pathExistsSync }
|
|
2913
|
-
export { pathExistsSync as pathExistsSync_alias_1 }
|
|
2914
|
-
export { pathExistsSync as pathExistsSync_alias_2 }
|
|
2915
|
-
|
|
2916
|
-
declare const PLAYWRIGHT_PACKAGE_NAME = "playwright";
|
|
2917
|
-
export { PLAYWRIGHT_PACKAGE_NAME }
|
|
2918
|
-
export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_1 }
|
|
2919
|
-
export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_2 }
|
|
2920
|
-
|
|
2921
|
-
declare const PNPM_CLI = "pnpm";
|
|
2922
|
-
export { PNPM_CLI }
|
|
2923
|
-
export { PNPM_CLI as PNPM_CLI_alias_1 }
|
|
2924
|
-
export { PNPM_CLI as PNPM_CLI_alias_2 }
|
|
2925
|
-
|
|
2926
|
-
declare const PNPM_EXEC_CLI = "pnpm exec";
|
|
2927
|
-
export { PNPM_EXEC_CLI }
|
|
2928
|
-
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_1 }
|
|
2929
|
-
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_2 }
|
|
2930
|
-
|
|
2931
|
-
declare const PNPM_LOCK_YAML = "pnpm-lock.yaml";
|
|
2932
|
-
export { PNPM_LOCK_YAML }
|
|
2933
|
-
export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_1 }
|
|
2934
|
-
export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_2 }
|
|
2935
|
-
|
|
2936
|
-
declare const PUBLIC_DIRECTORY = "public";
|
|
2937
|
-
export { PUBLIC_DIRECTORY }
|
|
2938
|
-
export { PUBLIC_DIRECTORY as PUBLIC_DIRECTORY_alias_1 }
|
|
2939
|
-
export { PUBLIC_DIRECTORY as PUBLIC_DIRECTORY_alias_2 }
|
|
2940
|
-
|
|
2941
|
-
declare function rawCommand(cmd: string): {
|
|
2942
|
-
raw: boolean;
|
|
2943
|
-
cmd: string;
|
|
2944
|
-
};
|
|
2945
|
-
export { rawCommand }
|
|
2946
|
-
export { rawCommand as rawCommand_alias_1 }
|
|
2947
|
-
export { rawCommand as rawCommand_alias_2 }
|
|
2948
|
-
|
|
2949
|
-
declare const readdirSync: typeof fsExtra.readdirSync;
|
|
2950
|
-
export { readdirSync }
|
|
2951
|
-
export { readdirSync as readdirSync_alias_1 }
|
|
2952
|
-
export { readdirSync as readdirSync_alias_2 }
|
|
2953
|
-
|
|
2954
|
-
declare const readFileSync: typeof fsExtra.readFileSync;
|
|
2955
|
-
export { readFileSync }
|
|
2956
|
-
export { readFileSync as readFileSync_alias_1 }
|
|
2957
|
-
export { readFileSync as readFileSync_alias_2 }
|
|
2958
|
-
|
|
2959
|
-
declare const readJsonSync: typeof fsExtra.readJsonSync;
|
|
2960
|
-
export { readJsonSync }
|
|
2961
|
-
export { readJsonSync as readJsonSync_alias_1 }
|
|
2962
|
-
export { readJsonSync as readJsonSync_alias_2 }
|
|
2963
|
-
|
|
2964
|
-
/**
|
|
2965
|
-
* Convert a string to a regex pattern that matches the string and its accented variations.
|
|
2966
|
-
* @param str - The string to convert.
|
|
2967
|
-
* @returns The regex pattern as a string.
|
|
2968
|
-
*/
|
|
2969
|
-
declare function regexSearchMapper(str: string): string;
|
|
2970
|
-
export { regexSearchMapper }
|
|
2971
|
-
export { regexSearchMapper as regexSearchMapper_alias_1 }
|
|
2972
|
-
export { regexSearchMapper as regexSearchMapper_alias_2 }
|
|
2973
|
-
|
|
2974
|
-
/**
|
|
2975
|
-
* Remove accents from a string.
|
|
2976
|
-
* @param str - The string to remove accents from.
|
|
2977
|
-
* @returns The string without accents.
|
|
2978
|
-
*/
|
|
2979
|
-
declare function removeAccent(str: string): string;
|
|
2980
|
-
export { removeAccent }
|
|
2981
|
-
export { removeAccent as removeAccent_alias_1 }
|
|
2982
|
-
export { removeAccent as removeAccent_alias_2 }
|
|
2983
|
-
|
|
2984
|
-
declare function removeSync(...paths: string[]): void;
|
|
2985
|
-
export { removeSync }
|
|
2986
|
-
export { removeSync as removeSync_alias_1 }
|
|
2987
|
-
export { removeSync as removeSync_alias_2 }
|
|
2988
|
-
|
|
2989
|
-
export { Request_2 as Request }
|
|
2990
|
-
export { Request_2 as Request_alias_1 }
|
|
2991
|
-
export { Request_2 as Request_alias_2 }
|
|
2992
|
-
|
|
2993
|
-
declare function resolve(...urls: string[]): string;
|
|
2994
|
-
export { resolve }
|
|
2995
|
-
export { resolve as resolve_alias_1 }
|
|
2996
|
-
export { resolve as resolve_alias_2 }
|
|
2997
|
-
|
|
2998
|
-
declare function resolveCommands(input: T_CommandMapInput): Promise<{
|
|
2999
|
-
[k: string]: string | I_Command_2;
|
|
3000
|
-
} | undefined>;
|
|
3001
|
-
export { resolveCommands }
|
|
3002
|
-
export { resolveCommands as resolveCommands_alias_1 }
|
|
3003
|
-
export { resolveCommands as resolveCommands_alias_2 }
|
|
3004
|
-
|
|
3005
|
-
declare function resolveWorkingPath(...urls: string[]): string;
|
|
3006
|
-
export { resolveWorkingPath }
|
|
3007
|
-
export { resolveWorkingPath as resolveWorkingPath_alias_1 }
|
|
3008
|
-
export { resolveWorkingPath as resolveWorkingPath_alias_2 }
|
|
3009
|
-
|
|
3010
|
-
export { Response_2 as Response }
|
|
3011
|
-
export { Response_2 as Response_alias_1 }
|
|
3012
|
-
export { Response_2 as Response_alias_2 }
|
|
3013
|
-
|
|
3014
|
-
declare const RESPONSE_STATUS: {
|
|
3015
|
-
GRAPHQL_PARSE_FAILED: {
|
|
3016
|
-
CODE: string;
|
|
3017
|
-
MESSAGE: string;
|
|
3018
|
-
};
|
|
3019
|
-
GRAPHQL_VALIDATION_FAILED: {
|
|
3020
|
-
CODE: string;
|
|
3021
|
-
MESSAGE: string;
|
|
3022
|
-
};
|
|
3023
|
-
BAD_USER_INPUT: {
|
|
3024
|
-
CODE: string;
|
|
3025
|
-
MESSAGE: string;
|
|
3026
|
-
};
|
|
3027
|
-
PERSISTED_QUERY_NOT_FOUND: {
|
|
3028
|
-
CODE: string;
|
|
3029
|
-
MESSAGE: string;
|
|
3030
|
-
};
|
|
3031
|
-
PERSISTED_QUERY_NOT_SUPPORTED: {
|
|
3032
|
-
CODE: string;
|
|
3033
|
-
MESSAGE: string;
|
|
3034
|
-
};
|
|
3035
|
-
OPERATION_RESOLUTION_FAILURE: {
|
|
3036
|
-
CODE: string;
|
|
3037
|
-
MESSAGE: string;
|
|
3038
|
-
};
|
|
3039
|
-
CONTINUE: {
|
|
3040
|
-
CODE: number;
|
|
3041
|
-
MESSAGE: string;
|
|
3042
|
-
};
|
|
3043
|
-
SWITCHING_PROTOCOLS: {
|
|
3044
|
-
CODE: number;
|
|
3045
|
-
MESSAGE: string;
|
|
3046
|
-
};
|
|
3047
|
-
PROCESSING: {
|
|
3048
|
-
CODE: number;
|
|
3049
|
-
MESSAGE: string;
|
|
3050
|
-
};
|
|
3051
|
-
OK: {
|
|
3052
|
-
CODE: number;
|
|
3053
|
-
MESSAGE: string;
|
|
3054
|
-
};
|
|
3055
|
-
CREATED: {
|
|
3056
|
-
CODE: number;
|
|
3057
|
-
MESSAGE: string;
|
|
3058
|
-
};
|
|
3059
|
-
ACCEPTED: {
|
|
3060
|
-
CODE: number;
|
|
3061
|
-
MESSAGE: string;
|
|
3062
|
-
};
|
|
3063
|
-
NON_AUTHORITATIVE_INFORMATION: {
|
|
3064
|
-
CODE: number;
|
|
3065
|
-
MESSAGE: string;
|
|
3066
|
-
};
|
|
3067
|
-
NO_CONTENT: {
|
|
3068
|
-
CODE: number;
|
|
3069
|
-
MESSAGE: string;
|
|
3070
|
-
};
|
|
3071
|
-
RESET_CONTENT: {
|
|
3072
|
-
CODE: number;
|
|
3073
|
-
MESSAGE: string;
|
|
3074
|
-
};
|
|
3075
|
-
PARTIAL_CONTENT: {
|
|
3076
|
-
CODE: number;
|
|
3077
|
-
MESSAGE: string;
|
|
3078
|
-
};
|
|
3079
|
-
MULTI_STATUS: {
|
|
3080
|
-
CODE: number;
|
|
3081
|
-
MESSAGE: string;
|
|
3082
|
-
};
|
|
3083
|
-
MULTIPLE_CHOICES: {
|
|
3084
|
-
CODE: number;
|
|
3085
|
-
MESSAGE: string;
|
|
3086
|
-
};
|
|
3087
|
-
MOVED_PERMANENTLY: {
|
|
3088
|
-
CODE: number;
|
|
3089
|
-
MESSAGE: string;
|
|
3090
|
-
};
|
|
3091
|
-
MOVED_TEMPORARILY: {
|
|
3092
|
-
CODE: number;
|
|
3093
|
-
MESSAGE: string;
|
|
3094
|
-
};
|
|
3095
|
-
SEE_OTHER: {
|
|
3096
|
-
CODE: number;
|
|
3097
|
-
MESSAGE: string;
|
|
3098
|
-
};
|
|
3099
|
-
NOT_MODIFIED: {
|
|
3100
|
-
CODE: number;
|
|
3101
|
-
MESSAGE: string;
|
|
3102
|
-
};
|
|
3103
|
-
USE_PROXY: {
|
|
3104
|
-
CODE: number;
|
|
3105
|
-
MESSAGE: string;
|
|
3106
|
-
};
|
|
3107
|
-
TEMPORARY_REDIRECT: {
|
|
3108
|
-
CODE: number;
|
|
3109
|
-
MESSAGE: string;
|
|
3110
|
-
};
|
|
3111
|
-
PERMANENT_REDIRECT: {
|
|
3112
|
-
CODE: number;
|
|
3113
|
-
MESSAGE: string;
|
|
3114
|
-
};
|
|
3115
|
-
BAD_REQUEST: {
|
|
3116
|
-
CODE: number;
|
|
3117
|
-
MESSAGE: string;
|
|
3118
|
-
};
|
|
3119
|
-
UNAUTHORIZED: {
|
|
3120
|
-
CODE: number;
|
|
3121
|
-
MESSAGE: string;
|
|
3122
|
-
};
|
|
3123
|
-
PAYMENT_REQUIRED: {
|
|
3124
|
-
CODE: number;
|
|
3125
|
-
MESSAGE: string;
|
|
3126
|
-
};
|
|
3127
|
-
FORBIDDEN: {
|
|
3128
|
-
CODE: number;
|
|
3129
|
-
MESSAGE: string;
|
|
3130
|
-
};
|
|
3131
|
-
NOT_FOUND: {
|
|
3132
|
-
CODE: number;
|
|
3133
|
-
MESSAGE: string;
|
|
3134
|
-
};
|
|
3135
|
-
METHOD_NOT_ALLOWED: {
|
|
3136
|
-
CODE: number;
|
|
3137
|
-
MESSAGE: string;
|
|
3138
|
-
};
|
|
3139
|
-
NOT_ACCEPTABLE: {
|
|
3140
|
-
CODE: number;
|
|
3141
|
-
MESSAGE: string;
|
|
3142
|
-
};
|
|
3143
|
-
PROXY_AUTHENTICATION_REQUIRED: {
|
|
3144
|
-
CODE: number;
|
|
3145
|
-
MESSAGE: string;
|
|
3146
|
-
};
|
|
3147
|
-
REQUEST_TIMEOUT: {
|
|
3148
|
-
CODE: number;
|
|
3149
|
-
MESSAGE: string;
|
|
3150
|
-
};
|
|
3151
|
-
CONFLICT: {
|
|
3152
|
-
CODE: number;
|
|
3153
|
-
MESSAGE: string;
|
|
3154
|
-
};
|
|
3155
|
-
GONE: {
|
|
3156
|
-
CODE: number;
|
|
3157
|
-
MESSAGE: string;
|
|
3158
|
-
};
|
|
3159
|
-
LENGTH_REQUIRED: {
|
|
3160
|
-
CODE: number;
|
|
3161
|
-
MESSAGE: string;
|
|
3162
|
-
};
|
|
3163
|
-
PRECONDITION_FAILED: {
|
|
3164
|
-
CODE: number;
|
|
3165
|
-
MESSAGE: string;
|
|
3166
|
-
};
|
|
3167
|
-
REQUEST_TOO_LONG: {
|
|
3168
|
-
CODE: number;
|
|
3169
|
-
MESSAGE: string;
|
|
3170
|
-
};
|
|
3171
|
-
REQUEST_URI_TOO_LONG: {
|
|
3172
|
-
CODE: number;
|
|
3173
|
-
MESSAGE: string;
|
|
3174
|
-
};
|
|
3175
|
-
UNSUPPORTED_MEDIA_TYPE: {
|
|
3176
|
-
CODE: number;
|
|
3177
|
-
MESSAGE: string;
|
|
3178
|
-
};
|
|
3179
|
-
REQUESTED_RANGE_NOT_SATISFIABLE: {
|
|
3180
|
-
CODE: number;
|
|
3181
|
-
MESSAGE: string;
|
|
3182
|
-
};
|
|
3183
|
-
EXPECTATION_FAILED: {
|
|
3184
|
-
CODE: number;
|
|
3185
|
-
MESSAGE: string;
|
|
3186
|
-
};
|
|
3187
|
-
IM_A_TEAPOT: {
|
|
3188
|
-
CODE: number;
|
|
3189
|
-
MESSAGE: string;
|
|
3190
|
-
};
|
|
3191
|
-
INSUFFICIENT_SPACE_ON_RESOURCE: {
|
|
3192
|
-
CODE: number;
|
|
3193
|
-
MESSAGE: string;
|
|
3194
|
-
};
|
|
3195
|
-
METHOD_FAILURE: {
|
|
3196
|
-
CODE: number;
|
|
3197
|
-
MESSAGE: string;
|
|
3198
|
-
};
|
|
3199
|
-
MISDIRECTED_REQUEST: {
|
|
3200
|
-
CODE: number;
|
|
3201
|
-
MESSAGE: string;
|
|
3202
|
-
};
|
|
3203
|
-
UNPROCESSABLE_ENTITY: {
|
|
3204
|
-
CODE: number;
|
|
3205
|
-
MESSAGE: string;
|
|
3206
|
-
};
|
|
3207
|
-
LOCKED: {
|
|
3208
|
-
CODE: number;
|
|
3209
|
-
MESSAGE: string;
|
|
3210
|
-
};
|
|
3211
|
-
FAILED_DEPENDENCY: {
|
|
3212
|
-
CODE: number;
|
|
3213
|
-
MESSAGE: string;
|
|
3214
|
-
};
|
|
3215
|
-
PRECONDITION_REQUIRED: {
|
|
3216
|
-
CODE: number;
|
|
3217
|
-
MESSAGE: string;
|
|
3218
|
-
};
|
|
3219
|
-
TOO_MANY_REQUESTS: {
|
|
3220
|
-
CODE: number;
|
|
3221
|
-
MESSAGE: string;
|
|
3222
|
-
};
|
|
3223
|
-
REQUEST_HEADER_FIELDS_TOO_LARGE: {
|
|
3224
|
-
CODE: number;
|
|
3225
|
-
MESSAGE: string;
|
|
3226
|
-
};
|
|
3227
|
-
UNAVAILABLE_FOR_LEGAL_REASONS: {
|
|
3228
|
-
CODE: number;
|
|
3229
|
-
MESSAGE: string;
|
|
3230
|
-
};
|
|
3231
|
-
INTERNAL_SERVER_ERROR: {
|
|
3232
|
-
CODE: number;
|
|
3233
|
-
MESSAGE: string;
|
|
3234
|
-
};
|
|
3235
|
-
NOT_IMPLEMENTED: {
|
|
3236
|
-
CODE: number;
|
|
3237
|
-
MESSAGE: string;
|
|
3238
|
-
};
|
|
3239
|
-
BAD_GATEWAY: {
|
|
3240
|
-
CODE: number;
|
|
3241
|
-
MESSAGE: string;
|
|
3242
|
-
};
|
|
3243
|
-
SERVICE_UNAVAILABLE: {
|
|
3244
|
-
CODE: number;
|
|
3245
|
-
MESSAGE: string;
|
|
3246
|
-
};
|
|
3247
|
-
GATEWAY_TIMEOUT: {
|
|
3248
|
-
CODE: number;
|
|
3249
|
-
MESSAGE: string;
|
|
3250
|
-
};
|
|
3251
|
-
HTTP_VERSION_NOT_SUPPORTED: {
|
|
3252
|
-
CODE: number;
|
|
3253
|
-
MESSAGE: string;
|
|
3254
|
-
};
|
|
3255
|
-
INSUFFICIENT_STORAGE: {
|
|
3256
|
-
CODE: number;
|
|
3257
|
-
MESSAGE: string;
|
|
3258
|
-
};
|
|
3259
|
-
NETWORK_AUTHENTICATION_REQUIRED: {
|
|
3260
|
-
CODE: number;
|
|
3261
|
-
MESSAGE: string;
|
|
3262
|
-
};
|
|
3263
|
-
};
|
|
3264
|
-
export { RESPONSE_STATUS }
|
|
3265
|
-
export { RESPONSE_STATUS as RESPONSE_STATUS_alias_1 }
|
|
3266
|
-
|
|
3267
|
-
export { Router }
|
|
3268
|
-
export { Router as Router_alias_1 }
|
|
3269
|
-
export { Router as Router_alias_2 }
|
|
3270
|
-
|
|
3271
|
-
declare function runCommand(label: string, command: string | void): Promise<void>;
|
|
3272
|
-
export { runCommand }
|
|
3273
|
-
export { runCommand as runCommand_alias_1 }
|
|
3274
|
-
export { runCommand as runCommand_alias_2 }
|
|
3275
|
-
|
|
3276
|
-
declare const serializer: I_Serializer<unknown>;
|
|
3277
|
-
export { serializer }
|
|
3278
|
-
export { serializer as serializer_alias_1 }
|
|
3279
|
-
export { serializer as serializer_alias_2 }
|
|
3280
|
-
|
|
3281
|
-
declare function setGlobalApolloErrorCallback(callback: (err: ApolloError) => void): void;
|
|
3282
|
-
export { setGlobalApolloErrorCallback }
|
|
3283
|
-
export { setGlobalApolloErrorCallback as setGlobalApolloErrorCallback_alias_1 }
|
|
3284
|
-
export { setGlobalApolloErrorCallback as setGlobalApolloErrorCallback_alias_2 }
|
|
3285
|
-
|
|
3286
|
-
/**
|
|
3287
|
-
* Sets a nested value in an object.
|
|
3288
|
-
* If the path does not exist, it will be created.
|
|
3289
|
-
* @param obj - The object to set the value in.
|
|
3290
|
-
* @param path - The path to the value.
|
|
3291
|
-
* @param value - The value to set.
|
|
3292
|
-
* @returns The updated object.
|
|
3293
|
-
*/
|
|
3294
|
-
declare function setNestedValue<T>(obj: T, path: (string | number)[], value: unknown): T;
|
|
3295
|
-
export { setNestedValue }
|
|
3296
|
-
export { setNestedValue as setNestedValue_alias_1 }
|
|
3297
|
-
export { setNestedValue as setNestedValue_alias_2 }
|
|
3298
|
-
|
|
3299
|
-
declare function setupPackages(packages: I_PackageInput[], options?: {
|
|
3300
|
-
install?: boolean;
|
|
3301
|
-
update?: boolean;
|
|
3302
|
-
callbacks?: (() => Promise<void>)[];
|
|
3303
|
-
}): Promise<void>;
|
|
3304
|
-
export { setupPackages }
|
|
3305
|
-
export { setupPackages as setupPackages_alias_1 }
|
|
3306
|
-
export { setupPackages as setupPackages_alias_2 }
|
|
3307
|
-
|
|
3308
|
-
declare function showGlobalApolloError(error: ApolloError): void;
|
|
3309
|
-
export { showGlobalApolloError }
|
|
3310
|
-
export { showGlobalApolloError as showGlobalApolloError_alias_1 }
|
|
3311
|
-
export { showGlobalApolloError as showGlobalApolloError_alias_2 }
|
|
3312
|
-
|
|
3313
|
-
declare const SIMPLE_GIT_HOOK_CLI = "simple-git-hooks";
|
|
3314
|
-
export { SIMPLE_GIT_HOOK_CLI }
|
|
3315
|
-
export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_1 }
|
|
3316
|
-
export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_2 }
|
|
3317
|
-
|
|
3318
|
-
declare const SIMPLE_GIT_HOOK_JSON = ".simple-git-hooks.json";
|
|
3319
|
-
export { SIMPLE_GIT_HOOK_JSON }
|
|
3320
|
-
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_1 }
|
|
3321
|
-
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_2 }
|
|
3322
|
-
|
|
3323
|
-
declare const SIMPLE_GIT_HOOKS_PACKAGE_NAME = "simple-git-hooks";
|
|
3324
|
-
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME }
|
|
3325
|
-
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_1 }
|
|
3326
|
-
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_2 }
|
|
3327
|
-
|
|
3328
|
-
declare const statSync: fsExtra.StatSyncFn;
|
|
3329
|
-
export { statSync }
|
|
3330
|
-
export { statSync as statSync_alias_1 }
|
|
3331
|
-
export { statSync as statSync_alias_2 }
|
|
3332
|
-
|
|
3333
|
-
declare const storage: {
|
|
3334
|
-
get<T = unknown>(key: string): Promise<T | null>;
|
|
3335
|
-
set<T = unknown>(key: string, value: T): Promise<void>;
|
|
3336
|
-
remove(key: string): Promise<void>;
|
|
3337
|
-
keys(): Promise<string[]>;
|
|
3338
|
-
getLogLink(key: string): Promise<string | null>;
|
|
3339
|
-
};
|
|
3340
|
-
export { storage }
|
|
3341
|
-
export { storage as storage_alias_1 }
|
|
3342
|
-
export { storage as storage_alias_2 }
|
|
3343
|
-
|
|
3344
|
-
declare const storage_2: {
|
|
3345
|
-
get<T = unknown>(key: string): Promise<T | null>;
|
|
3346
|
-
set<T = unknown>(key: string, value: T): Promise<void>;
|
|
3347
|
-
remove(key: string): Promise<void>;
|
|
3348
|
-
keys(): Promise<string[]>;
|
|
3349
|
-
};
|
|
3350
|
-
export { storage_2 as storage_alias_3 }
|
|
3351
|
-
export { storage_2 as storage_alias_4 }
|
|
3352
|
-
export { storage_2 as storage_alias_5 }
|
|
3353
|
-
|
|
3354
|
-
/**
|
|
3355
|
-
* Extracts a substring between two strings.
|
|
3356
|
-
* @param s - The original string.
|
|
3357
|
-
* @param a - The starting string.
|
|
3358
|
-
* @param b - The ending string.
|
|
3359
|
-
* @returns The substring between the two strings.
|
|
3360
|
-
*/
|
|
3361
|
-
declare function substringBetween(s: string, a: string, b: string): string;
|
|
3362
|
-
export { substringBetween }
|
|
3363
|
-
export { substringBetween as substringBetween_alias_1 }
|
|
3364
|
-
export { substringBetween as substringBetween_alias_2 }
|
|
3365
|
-
|
|
3366
|
-
declare type T_AggregatePaginateResult<T> = AggregatePaginateResult<T>;
|
|
3367
|
-
export { T_AggregatePaginateResult }
|
|
3368
|
-
export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_1 }
|
|
3369
|
-
export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_2 }
|
|
3370
|
-
|
|
3371
|
-
declare type T_Children = ReactNode | ReactNode[] | ReactElement | JSX.Element | null;
|
|
3372
|
-
export { T_Children }
|
|
3373
|
-
export { T_Children as T_Children_alias_1 }
|
|
3374
|
-
|
|
3375
|
-
declare type T_Children_2 = ReactNode | ReactNode[] | ReactElement | JSX.Element | null;
|
|
3376
|
-
|
|
3377
|
-
declare type T_Command = string | I_Command | T_CommandFunction;
|
|
3378
|
-
export { T_Command }
|
|
3379
|
-
export { T_Command as T_Command_alias_1 }
|
|
3380
|
-
export { T_Command as T_Command_alias_2 }
|
|
3381
|
-
|
|
3382
|
-
declare type T_CommandFunction = (context?: I_CommandContext) => string;
|
|
3383
|
-
export { T_CommandFunction }
|
|
3384
|
-
export { T_CommandFunction as T_CommandFunction_alias_1 }
|
|
3385
|
-
export { T_CommandFunction as T_CommandFunction_alias_2 }
|
|
3386
|
-
|
|
3387
|
-
declare type T_CommandMap = Record<string, T_Command>;
|
|
3388
|
-
export { T_CommandMap }
|
|
3389
|
-
export { T_CommandMap as T_CommandMap_alias_1 }
|
|
3390
|
-
export { T_CommandMap as T_CommandMap_alias_2 }
|
|
3391
|
-
|
|
3392
|
-
declare type T_CommandMapInput = T_CommandMap | ((ctx: I_CommandContext) => T_CommandMap);
|
|
3393
|
-
export { T_CommandMapInput }
|
|
3394
|
-
export { T_CommandMapInput as T_CommandMapInput_alias_1 }
|
|
3395
|
-
export { T_CommandMapInput as T_CommandMapInput_alias_2 }
|
|
3396
|
-
|
|
3397
|
-
declare type T_ConfigHandler = (...config: T_Object_2[]) => T_Object_2;
|
|
3398
|
-
export { T_ConfigHandler }
|
|
3399
|
-
export { T_ConfigHandler as T_ConfigHandler_alias_1 }
|
|
3400
|
-
|
|
3401
|
-
declare type T_ConfigType = `${E_ConfigType}`;
|
|
3402
|
-
export { T_ConfigType }
|
|
3403
|
-
export { T_ConfigType as T_ConfigType_alias_1 }
|
|
3404
|
-
|
|
3405
|
-
declare type T_CorsOptions<T extends T_CorsType> = T extends 'node' ? I_CorsOptionsNode : I_CorsOptionsNest;
|
|
3406
|
-
export { T_CorsOptions }
|
|
3407
|
-
export { T_CorsOptions as T_CorsOptions_alias_1 }
|
|
3408
|
-
export { T_CorsOptions as T_CorsOptions_alias_2 }
|
|
3409
|
-
|
|
3410
|
-
declare type T_CorsType = 'node' | 'nest';
|
|
3411
|
-
export { T_CorsType }
|
|
3412
|
-
export { T_CorsType as T_CorsType_alias_1 }
|
|
3413
|
-
export { T_CorsType as T_CorsType_alias_2 }
|
|
3414
|
-
|
|
3415
|
-
declare type T_DeleteResult = DeleteResult;
|
|
3416
|
-
export { T_DeleteResult }
|
|
3417
|
-
export { T_DeleteResult as T_DeleteResult_alias_1 }
|
|
3418
|
-
export { T_DeleteResult as T_DeleteResult_alias_2 }
|
|
3419
|
-
|
|
3420
|
-
declare type T_ErrorHandlingMiddlewareFunction<T> = ErrorHandlingMiddlewareFunction<T>;
|
|
3421
|
-
export { T_ErrorHandlingMiddlewareFunction }
|
|
3422
|
-
export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_1 }
|
|
3423
|
-
export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_2 }
|
|
3424
|
-
|
|
3425
|
-
declare type T_ErrorHandlingMiddlewareWithOption<T> = ErrorHandlingMiddlewareWithOption<T>;
|
|
3426
|
-
export { T_ErrorHandlingMiddlewareWithOption }
|
|
3427
|
-
export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_1 }
|
|
3428
|
-
export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_2 }
|
|
3429
|
-
|
|
3430
|
-
declare type T_Filter<T> = Filter<T>;
|
|
3431
|
-
export { T_Filter }
|
|
3432
|
-
export { T_Filter as T_Filter_alias_1 }
|
|
3433
|
-
export { T_Filter as T_Filter_alias_2 }
|
|
3434
|
-
|
|
3435
|
-
declare type T_FilterQuery<T> = FilterQuery<T>;
|
|
3436
|
-
export { T_FilterQuery }
|
|
3437
|
-
export { T_FilterQuery as T_FilterQuery_alias_1 }
|
|
3438
|
-
export { T_FilterQuery as T_FilterQuery_alias_2 }
|
|
3439
|
-
|
|
3440
|
-
declare type T_Input_MongooseSchema<T> = SchemaDefinition<T>;
|
|
3441
|
-
export { T_Input_MongooseSchema }
|
|
3442
|
-
export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_1 }
|
|
3443
|
-
export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_2 }
|
|
3444
|
-
|
|
3445
|
-
declare type T_Input_Populate = string | string[] | T_PopulateOptions | T_PopulateOptions[];
|
|
3446
|
-
export { T_Input_Populate }
|
|
3447
|
-
export { T_Input_Populate as T_Input_Populate_alias_1 }
|
|
3448
|
-
export { T_Input_Populate as T_Input_Populate_alias_2 }
|
|
3449
|
-
|
|
3450
|
-
declare type T_InsertManyOptions = InsertManyOptions;
|
|
3451
|
-
export { T_InsertManyOptions }
|
|
3452
|
-
export { T_InsertManyOptions as T_InsertManyOptions_alias_1 }
|
|
3453
|
-
export { T_InsertManyOptions as T_InsertManyOptions_alias_2 }
|
|
3454
|
-
|
|
3455
|
-
declare type T_InsertManyResult<T> = InsertManyResult<T>;
|
|
3456
|
-
export { T_InsertManyResult }
|
|
3457
|
-
export { T_InsertManyResult as T_InsertManyResult_alias_1 }
|
|
3458
|
-
export { T_InsertManyResult as T_InsertManyResult_alias_2 }
|
|
3459
|
-
|
|
3460
|
-
declare type T_InsertOneResult<T> = InsertOneResult<T>;
|
|
3461
|
-
export { T_InsertOneResult }
|
|
3462
|
-
export { T_InsertOneResult as T_InsertOneResult_alias_1 }
|
|
3463
|
-
export { T_InsertOneResult as T_InsertOneResult_alias_2 }
|
|
3464
|
-
|
|
3465
|
-
declare type T_MongooseHookNextFunction = (error?: Error) => void;
|
|
3466
|
-
export { T_MongooseHookNextFunction }
|
|
3467
|
-
export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_1 }
|
|
3468
|
-
export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_2 }
|
|
3469
|
-
|
|
3470
|
-
declare type T_MongooseMiddlewareMethod = string | RegExp;
|
|
3471
|
-
export { T_MongooseMiddlewareMethod }
|
|
3472
|
-
export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_1 }
|
|
3473
|
-
export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_2 }
|
|
3474
|
-
|
|
3475
|
-
declare type T_MongooseMiddlewarePostFunction<T> = T_PostMiddlewareFunction<T> & T_ErrorHandlingMiddlewareFunction<T> & T_ErrorHandlingMiddlewareWithOption<T>;
|
|
3476
|
-
export { T_MongooseMiddlewarePostFunction }
|
|
3477
|
-
export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_1 }
|
|
3478
|
-
export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_2 }
|
|
3479
|
-
|
|
3480
|
-
declare type T_MongooseMiddlewarePreFunction<T> = T_PreMiddlewareFunction<T> & T_PreSaveMiddlewareFunction<T>;
|
|
3481
|
-
export { T_MongooseMiddlewarePreFunction }
|
|
3482
|
-
export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_1 }
|
|
3483
|
-
export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_2 }
|
|
3484
|
-
|
|
3485
|
-
declare type T_MongoosePlugin = (schema: Schema, options?: Record<string, unknown>) => void;
|
|
3486
|
-
export { T_MongoosePlugin }
|
|
3487
|
-
export { T_MongoosePlugin as T_MongoosePlugin_alias_1 }
|
|
3488
|
-
export { T_MongoosePlugin as T_MongoosePlugin_alias_2 }
|
|
3489
|
-
|
|
3490
|
-
declare type T_MongooseShema<T> = mongoose.Schema<T>;
|
|
3491
|
-
export { T_MongooseShema }
|
|
3492
|
-
export { T_MongooseShema as T_MongooseShema_alias_1 }
|
|
3493
|
-
export { T_MongooseShema as T_MongooseShema_alias_2 }
|
|
3494
|
-
|
|
3495
|
-
declare type T_NextIntlMessageList = Record<string, AbstractIntlMessages>;
|
|
3496
|
-
export { T_NextIntlMessageList }
|
|
3497
|
-
export { T_NextIntlMessageList as T_NextIntlMessageList_alias_1 }
|
|
3498
|
-
export { T_NextIntlMessageList as T_NextIntlMessageList_alias_2 }
|
|
3499
|
-
|
|
3500
|
-
declare type T_Object<T = unknown> = Record<string, T>;
|
|
3501
|
-
export { T_Object }
|
|
3502
|
-
export { T_Object as T_Object_alias_1 }
|
|
3503
|
-
|
|
3504
|
-
declare type T_Object_2<T = unknown> = Record<string, T>;
|
|
3505
|
-
|
|
3506
|
-
declare type T_Omit_Create = 'id' | 'isDel' | 'createdAt' | 'updatedAt';
|
|
3507
|
-
export { T_Omit_Create }
|
|
3508
|
-
export { T_Omit_Create as T_Omit_Create_alias_1 }
|
|
3509
|
-
export { T_Omit_Create as T_Omit_Create_alias_2 }
|
|
3510
|
-
|
|
3511
|
-
declare type T_Omit_Update = 'id' | 'createdAt' | 'updatedAt';
|
|
3512
|
-
export { T_Omit_Update }
|
|
3513
|
-
export { T_Omit_Update as T_Omit_Update_alias_1 }
|
|
3514
|
-
export { T_Omit_Update as T_Omit_Update_alias_2 }
|
|
3515
|
-
|
|
3516
|
-
declare type T_OptionalUnlessRequiredId<T> = OptionalUnlessRequiredId<T>;
|
|
3517
|
-
export { T_OptionalUnlessRequiredId }
|
|
3518
|
-
export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_1 }
|
|
3519
|
-
export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_2 }
|
|
3520
|
-
|
|
3521
|
-
declare interface T_PackageJson {
|
|
3522
|
-
name?: string;
|
|
3523
|
-
version?: string;
|
|
3524
|
-
dependencies?: Record<string, string>;
|
|
3525
|
-
devDependencies?: Record<string, string>;
|
|
3526
|
-
[key: string]: unknown;
|
|
3527
|
-
}
|
|
3528
|
-
export { T_PackageJson }
|
|
3529
|
-
export { T_PackageJson as T_PackageJson_alias_1 }
|
|
3530
|
-
export { T_PackageJson as T_PackageJson_alias_2 }
|
|
3531
|
-
|
|
3532
|
-
declare type T_PaginateOptions = PaginateOptions;
|
|
3533
|
-
export { T_PaginateOptions }
|
|
3534
|
-
export { T_PaginateOptions as T_PaginateOptions_alias_1 }
|
|
3535
|
-
export { T_PaginateOptions as T_PaginateOptions_alias_2 }
|
|
3536
|
-
|
|
3537
|
-
declare interface T_PaginateOptionsWithPopulate extends T_PaginateOptions, Omit<T_PopulateOption, 'populate'> {
|
|
3538
|
-
populate?: T_Input_Populate;
|
|
3539
|
-
}
|
|
3540
|
-
export { T_PaginateOptionsWithPopulate }
|
|
3541
|
-
export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_1 }
|
|
3542
|
-
export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_2 }
|
|
3543
|
-
|
|
3544
|
-
declare type T_PaginateResult<T> = PaginateResult<T>;
|
|
3545
|
-
export { T_PaginateResult }
|
|
3546
|
-
export { T_PaginateResult as T_PaginateResult_alias_1 }
|
|
3547
|
-
export { T_PaginateResult as T_PaginateResult_alias_2 }
|
|
3548
|
-
|
|
3549
|
-
declare type T_PipelineStage = PipelineStage;
|
|
3550
|
-
export { T_PipelineStage }
|
|
3551
|
-
export { T_PipelineStage as T_PipelineStage_alias_1 }
|
|
3552
|
-
export { T_PipelineStage as T_PipelineStage_alias_2 }
|
|
3553
|
-
|
|
3554
|
-
declare type T_PopulateOption = PopulateOption;
|
|
3555
|
-
export { T_PopulateOption }
|
|
3556
|
-
export { T_PopulateOption as T_PopulateOption_alias_1 }
|
|
3557
|
-
export { T_PopulateOption as T_PopulateOption_alias_2 }
|
|
3558
|
-
|
|
3559
|
-
declare type T_PopulateOptions = PopulateOptions;
|
|
3560
|
-
export { T_PopulateOptions }
|
|
3561
|
-
export { T_PopulateOptions as T_PopulateOptions_alias_1 }
|
|
3562
|
-
export { T_PopulateOptions as T_PopulateOptions_alias_2 }
|
|
3563
|
-
|
|
3564
|
-
declare type T_PostMiddlewareFunction<T> = PostMiddlewareFunction<T>;
|
|
3565
|
-
export { T_PostMiddlewareFunction }
|
|
3566
|
-
export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_1 }
|
|
3567
|
-
export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_2 }
|
|
3568
|
-
|
|
3569
|
-
declare type T_PreMiddlewareFunction<T> = PreMiddlewareFunction<T>;
|
|
3570
|
-
export { T_PreMiddlewareFunction }
|
|
3571
|
-
export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_1 }
|
|
3572
|
-
export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_2 }
|
|
3573
|
-
|
|
3574
|
-
declare type T_PreSaveMiddlewareFunction<T> = PreSaveMiddlewareFunction<T>;
|
|
3575
|
-
export { T_PreSaveMiddlewareFunction }
|
|
3576
|
-
export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_1 }
|
|
3577
|
-
export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_2 }
|
|
3578
|
-
|
|
3579
|
-
declare type T_ProjectionType<T> = ProjectionType<T>;
|
|
3580
|
-
export { T_ProjectionType }
|
|
3581
|
-
export { T_ProjectionType as T_ProjectionType_alias_1 }
|
|
3582
|
-
export { T_ProjectionType as T_ProjectionType_alias_2 }
|
|
3583
|
-
|
|
3584
|
-
declare type T_QueryOptions<T> = QueryOptions<T>;
|
|
3585
|
-
export { T_QueryOptions }
|
|
3586
|
-
export { T_QueryOptions as T_QueryOptions_alias_1 }
|
|
3587
|
-
export { T_QueryOptions as T_QueryOptions_alias_2 }
|
|
3588
|
-
|
|
3589
|
-
declare type T_QueryWithHelpers<T> = QueryWithHelpers<T, T>;
|
|
3590
|
-
export { T_QueryWithHelpers }
|
|
3591
|
-
export { T_QueryWithHelpers as T_QueryWithHelpers_alias_1 }
|
|
3592
|
-
export { T_QueryWithHelpers as T_QueryWithHelpers_alias_2 }
|
|
3593
|
-
|
|
3594
|
-
declare type T_SerializerKnownTypes = 'Date' | 'Map' | 'Set' | 'RegExp' | 'BigInt';
|
|
3595
|
-
export { T_SerializerKnownTypes }
|
|
3596
|
-
export { T_SerializerKnownTypes as T_SerializerKnownTypes_alias_1 }
|
|
3597
|
-
export { T_SerializerKnownTypes as T_SerializerKnownTypes_alias_2 }
|
|
3598
|
-
|
|
3599
|
-
declare interface T_SerializerValueMap {
|
|
3600
|
-
Date: Date;
|
|
3601
|
-
Map: Map<unknown, unknown>;
|
|
3602
|
-
Set: Set<unknown>;
|
|
3603
|
-
RegExp: RegExp;
|
|
3604
|
-
BigInt: bigint;
|
|
3605
|
-
}
|
|
3606
|
-
export { T_SerializerValueMap }
|
|
3607
|
-
export { T_SerializerValueMap as T_SerializerValueMap_alias_1 }
|
|
3608
|
-
export { T_SerializerValueMap as T_SerializerValueMap_alias_2 }
|
|
3609
|
-
|
|
3610
|
-
declare interface T_ThrowError {
|
|
3611
|
-
message?: string;
|
|
3612
|
-
status?: {
|
|
3613
|
-
CODE: string | number;
|
|
3614
|
-
MESSAGE: string;
|
|
3615
|
-
};
|
|
3616
|
-
type?: 'graphql' | 'rest';
|
|
3617
|
-
}
|
|
3618
|
-
export { T_ThrowError }
|
|
3619
|
-
export { T_ThrowError as T_ThrowError_alias_1 }
|
|
3620
|
-
export { T_ThrowError as T_ThrowError_alias_2 }
|
|
3621
|
-
|
|
3622
|
-
declare type T_UpdateQuery<T> = UpdateQuery<T>;
|
|
3623
|
-
export { T_UpdateQuery }
|
|
3624
|
-
export { T_UpdateQuery as T_UpdateQuery_alias_1 }
|
|
3625
|
-
export { T_UpdateQuery as T_UpdateQuery_alias_2 }
|
|
3626
|
-
|
|
3627
|
-
declare type T_UpdateResult = UpdateResult;
|
|
3628
|
-
export { T_UpdateResult }
|
|
3629
|
-
export { T_UpdateResult as T_UpdateResult_alias_1 }
|
|
3630
|
-
export { T_UpdateResult as T_UpdateResult_alias_2 }
|
|
3631
|
-
|
|
3632
|
-
declare type T_WithId<T> = WithId<T>;
|
|
3633
|
-
export { T_WithId }
|
|
3634
|
-
export { T_WithId as T_WithId_alias_1 }
|
|
3635
|
-
export { T_WithId as T_WithId_alias_2 }
|
|
3636
|
-
|
|
3637
|
-
declare function throwError({ message, status, type, }: T_ThrowError): never;
|
|
3638
|
-
export { throwError }
|
|
3639
|
-
export { throwError as throwError_alias_1 }
|
|
3640
|
-
export { throwError as throwError_alias_2 }
|
|
3641
|
-
|
|
3642
|
-
export { toast }
|
|
3643
|
-
export { toast as toast_alias_1 }
|
|
3644
|
-
|
|
3645
|
-
export { Toaster }
|
|
3646
|
-
export { Toaster as Toaster_alias_1 }
|
|
3647
|
-
|
|
3648
|
-
declare const TSC_CLI = "tsc";
|
|
3649
|
-
export { TSC_CLI }
|
|
3650
|
-
export { TSC_CLI as TSC_CLI_alias_1 }
|
|
3651
|
-
export { TSC_CLI as TSC_CLI_alias_2 }
|
|
3652
|
-
|
|
3653
|
-
declare const TSC_PACKAGE_NAME = "typescript";
|
|
3654
|
-
export { TSC_PACKAGE_NAME }
|
|
3655
|
-
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_1 }
|
|
3656
|
-
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_2 }
|
|
3657
|
-
|
|
3658
|
-
declare const TSCONFIG_JSON = "tsconfig.json";
|
|
3659
|
-
export { TSCONFIG_JSON }
|
|
3660
|
-
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_1 }
|
|
3661
|
-
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_2 }
|
|
3662
|
-
|
|
3663
|
-
declare const TSX_CLI = "tsx";
|
|
3664
|
-
export { TSX_CLI }
|
|
3665
|
-
export { TSX_CLI as TSX_CLI_alias_1 }
|
|
3666
|
-
export { TSX_CLI as TSX_CLI_alias_2 }
|
|
3667
|
-
|
|
3668
|
-
/**
|
|
3669
|
-
* Remove duplicates from an array based on a key function.
|
|
3670
|
-
* @param arr - The array to remove duplicates from.
|
|
3671
|
-
* @param keyFn - A function that returns a unique key for each item in the array.
|
|
3672
|
-
* @returns A new array with duplicates removed.
|
|
3673
|
-
*/
|
|
3674
|
-
declare function uniqueArray<T>(arr: T[], keyFn?: (item: T) => string | number): T[];
|
|
3675
|
-
export { uniqueArray }
|
|
3676
|
-
export { uniqueArray as uniqueArray_alias_1 }
|
|
3677
|
-
export { uniqueArray as uniqueArray_alias_2 }
|
|
3678
|
-
|
|
3679
|
-
declare const unlinkSync: typeof fsExtra.unlinkSync;
|
|
3680
|
-
export { unlinkSync }
|
|
3681
|
-
export { unlinkSync as unlinkSync_alias_1 }
|
|
3682
|
-
export { unlinkSync as unlinkSync_alias_2 }
|
|
3683
|
-
|
|
3684
|
-
declare function updatePackage(packageInfo: I_PackageInfo): Promise<void>;
|
|
3685
|
-
export { updatePackage }
|
|
3686
|
-
export { updatePackage as updatePackage_alias_1 }
|
|
3687
|
-
export { updatePackage as updatePackage_alias_2 }
|
|
3688
|
-
|
|
3689
|
-
declare function upload(options: I_UploadOptions): Promise<I_UploadResult>;
|
|
3690
|
-
export { upload }
|
|
3691
|
-
export { upload as upload_alias_1 }
|
|
3692
|
-
export { upload as upload_alias_2 }
|
|
3693
|
-
|
|
3694
|
-
export { useApolloClient }
|
|
3695
|
-
export { useApolloClient as useApolloClient_alias_1 }
|
|
3696
|
-
|
|
3697
|
-
export declare function useApolloClient_alias_2(): ApolloClient<NormalizedCacheObject>;
|
|
3698
|
-
|
|
3699
|
-
declare function useApolloError(): I_ApolloErrorContext_2;
|
|
3700
|
-
export { useApolloError }
|
|
3701
|
-
export { useApolloError as useApolloError_alias_1 }
|
|
3702
|
-
export { useApolloError as useApolloError_alias_2 }
|
|
3703
|
-
|
|
3704
|
-
export { useBackgroundQuery }
|
|
3705
|
-
export { useBackgroundQuery as useBackgroundQuery_alias_1 }
|
|
3706
|
-
|
|
3707
|
-
export { useFragment }
|
|
3708
|
-
export { useFragment as useFragment_alias_1 }
|
|
3709
|
-
|
|
3710
|
-
export { useLazyQuery }
|
|
3711
|
-
export { useLazyQuery as useLazyQuery_alias_1 }
|
|
3712
|
-
|
|
3713
|
-
export { useLoadableQuery }
|
|
3714
|
-
export { useLoadableQuery as useLoadableQuery_alias_1 }
|
|
3715
|
-
|
|
3716
|
-
declare function useLoading(): I_LoadingContext_2;
|
|
3717
|
-
export { useLoading }
|
|
3718
|
-
export { useLoading as useLoading_alias_1 }
|
|
3719
|
-
export { useLoading as useLoading_alias_2 }
|
|
3720
|
-
|
|
3721
|
-
export { useMutation }
|
|
3722
|
-
export { useMutation as useMutation_alias_1 }
|
|
3723
|
-
|
|
3724
|
-
declare function useNextIntl(): I_NextIntlContext;
|
|
3725
|
-
export { useNextIntl }
|
|
3726
|
-
export { useNextIntl as useNextIntl_alias_1 }
|
|
3727
|
-
export { useNextIntl as useNextIntl_alias_2 }
|
|
3728
|
-
|
|
3729
|
-
export { useQuery }
|
|
3730
|
-
export { useQuery as useQuery_alias_1 }
|
|
3731
|
-
|
|
3732
|
-
export { useQueryRefHandlers }
|
|
3733
|
-
export { useQueryRefHandlers as useQueryRefHandlers_alias_1 }
|
|
3734
|
-
|
|
3735
|
-
declare function Userback({ token, options }: I_UserBackProps): null;
|
|
3736
|
-
export { Userback }
|
|
3737
|
-
export { Userback as Userback_alias_1 }
|
|
3738
|
-
|
|
3739
|
-
export { useReactiveVar }
|
|
3740
|
-
export { useReactiveVar as useReactiveVar_alias_1 }
|
|
3741
|
-
|
|
3742
|
-
export { useReadQuery }
|
|
3743
|
-
export { useReadQuery as useReadQuery_alias_1 }
|
|
3744
|
-
|
|
3745
|
-
declare function useStorage<T>(key: string, initialValue?: T, serializer?: I_Serializer_2<T>): {
|
|
3746
|
-
value: T | undefined;
|
|
3747
|
-
set: (newValue: T | ((val: T | undefined) => T)) => void;
|
|
3748
|
-
remove: () => Promise<void>;
|
|
3749
|
-
};
|
|
3750
|
-
export { useStorage }
|
|
3751
|
-
export { useStorage as useStorage_alias_1 }
|
|
3752
|
-
export { useStorage as useStorage_alias_2 }
|
|
3753
|
-
|
|
3754
|
-
export { useSubscription }
|
|
3755
|
-
export { useSubscription as useSubscription_alias_1 }
|
|
3756
|
-
|
|
3757
|
-
export { useSuspenseFragment }
|
|
3758
|
-
export { useSuspenseFragment as useSuspenseFragment_alias_1 }
|
|
3759
|
-
|
|
3760
|
-
export { useSuspenseQuery }
|
|
3761
|
-
export { useSuspenseQuery as useSuspenseQuery_alias_1 }
|
|
3762
|
-
|
|
3763
|
-
declare const useTranslateI18next: typeof useTranslation;
|
|
3764
|
-
export { useTranslateI18next }
|
|
3765
|
-
export { useTranslateI18next as useTranslateI18next_alias_1 }
|
|
3766
|
-
export { useTranslateI18next as useTranslateI18next_alias_2 }
|
|
3767
|
-
|
|
3768
|
-
declare const useTranslateNextIntl: typeof useTranslations;
|
|
3769
|
-
export { useTranslateNextIntl }
|
|
3770
|
-
export { useTranslateNextIntl as useTranslateNextIntl_alias_1 }
|
|
3771
|
-
export { useTranslateNextIntl as useTranslateNextIntl_alias_2 }
|
|
3772
|
-
|
|
3773
|
-
declare const validate: {
|
|
3774
|
-
/**
|
|
3775
|
-
* Checks if a value is empty.
|
|
3776
|
-
* - For strings, it checks if the string is empty or contains only whitespace.
|
|
3777
|
-
* - For arrays, it checks if the array has no elements.
|
|
3778
|
-
* - For objects, it checks if the object has no own properties.
|
|
3779
|
-
* - For Maps and Sets, it checks if they are empty.
|
|
3780
|
-
* - For WeakMaps and WeakSets, it returns true (as they are not enumerable).
|
|
3781
|
-
* - For ArrayBuffer views, it checks if the byte length is 0.
|
|
3782
|
-
* - For Dates, it returns false.
|
|
3783
|
-
* - For null and undefined, it returns true.
|
|
3784
|
-
* - For all other types, it returns false.
|
|
3785
|
-
* @param value - The value to check.
|
|
3786
|
-
* @returns True if the value is empty, false otherwise.
|
|
3787
|
-
*/
|
|
3788
|
-
isEmpty(value: unknown): boolean;
|
|
3789
|
-
/**
|
|
3790
|
-
* Checks if a string is a valid IP address (IPv4 or IPv6).
|
|
3791
|
-
*
|
|
3792
|
-
* - IPv4: Four octets separated by dots, each between 0–255.
|
|
3793
|
-
* - IPv6: Eight groups of four hex digits, possibly compressed with `::`.
|
|
3794
|
-
*
|
|
3795
|
-
* @param ip - The IP address string to validate.
|
|
3796
|
-
* @returns True if the IP is valid IPv4 or IPv6.
|
|
3797
|
-
*/
|
|
3798
|
-
isValidIP(ip: string): boolean;
|
|
3799
|
-
};
|
|
3800
|
-
export { validate }
|
|
3801
|
-
export { validate as validate_alias_1 }
|
|
3802
|
-
export { validate as validate_alias_2 }
|
|
3803
|
-
|
|
3804
|
-
declare const VITEST_CLI = "vitest";
|
|
3805
|
-
export { VITEST_CLI }
|
|
3806
|
-
export { VITEST_CLI as VITEST_CLI_alias_1 }
|
|
3807
|
-
export { VITEST_CLI as VITEST_CLI_alias_2 }
|
|
3808
|
-
|
|
3809
|
-
declare const VITEST_PACKAGE_NAME = "vitest";
|
|
3810
|
-
export { VITEST_PACKAGE_NAME }
|
|
3811
|
-
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_1 }
|
|
3812
|
-
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_2 }
|
|
3813
|
-
|
|
3814
|
-
declare function vitestE2E(options: UserConfig): UserConfig;
|
|
3815
|
-
export { vitestE2E }
|
|
3816
|
-
export { vitestE2E as vitestE2E_alias_1 }
|
|
3817
|
-
export { vitestE2E as vitestE2E_alias_2 }
|
|
3818
|
-
|
|
3819
|
-
declare function vitestUnit(options: UserConfig): UserConfig;
|
|
3820
|
-
export { vitestUnit }
|
|
3821
|
-
export { vitestUnit as vitestUnit_alias_1 }
|
|
3822
|
-
export { vitestUnit as vitestUnit_alias_2 }
|
|
3823
|
-
|
|
3824
|
-
declare function withNextIntl<T extends I_Children_2>(Component: ComponentType<T>): {
|
|
3825
|
-
(props: T & {
|
|
3826
|
-
languages: I_NextIntlLanguage[];
|
|
3827
|
-
messages: T_NextIntlMessageList;
|
|
3828
|
-
}): React_2.JSX.Element | null;
|
|
3829
|
-
displayName: string;
|
|
3830
|
-
};
|
|
3831
|
-
export { withNextIntl }
|
|
3832
|
-
export { withNextIntl as withNextIntl_alias_1 }
|
|
3833
|
-
export { withNextIntl as withNextIntl_alias_2 }
|
|
3834
|
-
|
|
3835
|
-
declare const WORKING_DIRECTORY: string;
|
|
3836
|
-
export { WORKING_DIRECTORY }
|
|
3837
|
-
export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_1 }
|
|
3838
|
-
export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_2 }
|
|
3839
|
-
|
|
3840
|
-
declare function writeFileSync(file: fsExtra.PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: fsExtra.WriteFileOptions): void;
|
|
3841
|
-
export { writeFileSync }
|
|
3842
|
-
export { writeFileSync as writeFileSync_alias_1 }
|
|
3843
|
-
export { writeFileSync as writeFileSync_alias_2 }
|
|
3844
|
-
|
|
3845
|
-
export { }
|