@builder.io/dev-tools 1.17.4-dev.202510291025.824fafb3d → 1.17.4-dev.202511031319.1b48ed2e7
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/cli/index.cjs +59 -74
- package/cli/index.cjs.map +3 -3
- package/core/index.cjs +1 -1
- package/core/index.mjs +1 -1
- package/node/index.cjs +1 -1
- package/node/index.mjs +1 -1
- package/package.json +1 -1
- package/server/index.cjs +61 -37
- package/server/index.mjs +61 -37
- package/types/cli/codegen.d.ts +1 -1
- package/types/cli/repo-indexing.d.ts +17 -0
- package/types/common/ast/component-input-types.d.ts +1 -1
- package/types/scripts/analyze-projects.d.ts +18 -0
- package/types/scripts/call-ensure-container.d.ts +4 -0
- package/types/scripts/check-backup.d.ts +1 -0
- package/types/scripts/download-projects.d.ts +12 -0
- package/types/scripts/utils/db.d.ts +3 -0
- package/types/scripts/utils/ensure-container.d.ts +7 -0
- package/types/scripts/utils/remove-machine-and-volume.d.ts +5 -0
- package/types/tsconfig.tsbuildinfo +1 -1
- package/types/cli/utils/lock-file-example.d.ts +0 -30
- package/types/cli/utils/sudo-helper.d.ts +0 -18
- package/types/packages/dev-tools/_tests_/create-builder.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/dev-tools.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/figma-generate.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/figma-publish.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/fusionInit.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/help.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/launch.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/repo-indexing.test.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/sync-utils.test.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/utils.d.ts +0 -44
- package/types/packages/dev-tools/_tests_/vitest.config.d.ts +0 -2
- package/types/packages/dev-tools/_tests_/workspace.e2e.d.ts +0 -1
- package/types/packages/dev-tools/angular/index.d.ts +0 -1
- package/types/packages/dev-tools/cli/__tests__/isLikelyFixedString.spec.d.ts +0 -1
- package/types/packages/dev-tools/cli/__tests__/parseGitDiffToApplyActions.spec.d.ts +0 -1
- package/types/packages/dev-tools/cli/abort-signal-any.d.ts +0 -1
- package/types/packages/dev-tools/cli/auth/auth-utils.d.ts +0 -2
- package/types/packages/dev-tools/cli/auth/auth.d.ts +0 -3
- package/types/packages/dev-tools/cli/auth/status.d.ts +0 -3
- package/types/packages/dev-tools/cli/backup.d.ts +0 -118
- package/types/packages/dev-tools/cli/builder-add/interface.d.ts +0 -5
- package/types/packages/dev-tools/cli/builder-add/options.d.ts +0 -2
- package/types/packages/dev-tools/cli/code-file-utils.d.ts +0 -12
- package/types/packages/dev-tools/cli/code-file-utils.unit.d.ts +0 -1
- package/types/packages/dev-tools/cli/code-tools.d.ts +0 -99
- package/types/packages/dev-tools/cli/code.d.ts +0 -7
- package/types/packages/dev-tools/cli/codegen.d.ts +0 -350
- package/types/packages/dev-tools/cli/constants.d.ts +0 -1
- package/types/packages/dev-tools/cli/credentials.d.ts +0 -53
- package/types/packages/dev-tools/cli/download.d.ts +0 -10
- package/types/packages/dev-tools/cli/exit.d.ts +0 -1
- package/types/packages/dev-tools/cli/fetch.d.ts +0 -1
- package/types/packages/dev-tools/cli/figma-publish.d.ts +0 -24
- package/types/packages/dev-tools/cli/figma-publish.spec.d.ts +0 -1
- package/types/packages/dev-tools/cli/figma-utils.d.ts +0 -31
- package/types/packages/dev-tools/cli/figma.d.ts +0 -4
- package/types/packages/dev-tools/cli/generate.d.ts +0 -16
- package/types/packages/dev-tools/cli/help.d.ts +0 -1
- package/types/packages/dev-tools/cli/incremental-tsc.d.ts +0 -30
- package/types/packages/dev-tools/cli/index.d.ts +0 -97
- package/types/packages/dev-tools/cli/indexing.d.ts +0 -5
- package/types/packages/dev-tools/cli/launch/InitStateMachine.d.ts +0 -77
- package/types/packages/dev-tools/cli/launch/config.d.ts +0 -6
- package/types/packages/dev-tools/cli/launch/dev-server-orchestrator.d.ts +0 -85
- package/types/packages/dev-tools/cli/launch/dry-run-backup.d.ts +0 -9
- package/types/packages/dev-tools/cli/launch/errors.d.ts +0 -3
- package/types/packages/dev-tools/cli/launch/github.d.ts +0 -3
- package/types/packages/dev-tools/cli/launch/grafana.d.ts +0 -4
- package/types/packages/dev-tools/cli/launch/helpers.d.ts +0 -29
- package/types/packages/dev-tools/cli/launch/helpers.test.d.ts +0 -1
- package/types/packages/dev-tools/cli/launch/machine-health.d.ts +0 -12
- package/types/packages/dev-tools/cli/launch/proxy.d.ts +0 -3
- package/types/packages/dev-tools/cli/launch/server.d.ts +0 -20
- package/types/packages/dev-tools/cli/launch.d.ts +0 -90
- package/types/packages/dev-tools/cli/prettier.d.ts +0 -3
- package/types/packages/dev-tools/cli/prettier.integration.test.d.ts +0 -1
- package/types/packages/dev-tools/cli/repo-indexing/component-discovery.d.ts +0 -15
- package/types/packages/dev-tools/cli/repo-indexing/component-indexing.d.ts +0 -19
- package/types/packages/dev-tools/cli/repo-indexing/icons.d.ts +0 -23
- package/types/packages/dev-tools/cli/repo-indexing/repo-indexing-utils.d.ts +0 -56
- package/types/packages/dev-tools/cli/repo-indexing/repo-indexing.d.ts +0 -24
- package/types/packages/dev-tools/cli/repo-indexing/types.d.ts +0 -12
- package/types/packages/dev-tools/cli/repo-metrics.d.ts +0 -6
- package/types/packages/dev-tools/cli/report/figma-report.d.ts +0 -54
- package/types/packages/dev-tools/cli/server-ws.d.ts +0 -50
- package/types/packages/dev-tools/cli/spinner.d.ts +0 -6
- package/types/packages/dev-tools/cli/sync-utils.d.ts +0 -22
- package/types/packages/dev-tools/cli/track.d.ts +0 -5
- package/types/packages/dev-tools/cli/utils/component-group-mdx-prompt.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/dev-server-url-parser.d.ts +0 -12
- package/types/packages/dev-tools/cli/utils/dev-server-url-parser.test.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/feature-flags.d.ts +0 -2
- package/types/packages/dev-tools/cli/utils/git.d.ts +0 -22
- package/types/packages/dev-tools/cli/utils/open.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/parseGitDiff.d.ts +0 -8
- package/types/packages/dev-tools/cli/utils/repo-indexing-agent-prompt.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/signals.d.ts +0 -2
- package/types/packages/dev-tools/cli/utils/terminal-buffer.d.ts +0 -29
- package/types/packages/dev-tools/cli/utils/terminal-buffer.spec.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/workspace-path-resolver.d.ts +0 -92
- package/types/packages/dev-tools/cli/utils/workspace-path-resolver.unit.d.ts +0 -1
- package/types/packages/dev-tools/cli/version.d.ts +0 -1
- package/types/packages/dev-tools/client/client-api.d.ts +0 -12
- package/types/packages/dev-tools/client/edit-button/document-listeners.d.ts +0 -2
- package/types/packages/dev-tools/client/edit-button/index.d.ts +0 -8
- package/types/packages/dev-tools/client/index.d.ts +0 -1
- package/types/packages/dev-tools/client/menu/index.d.ts +0 -5
- package/types/packages/dev-tools/client/menu/pages/component-detail.d.ts +0 -4
- package/types/packages/dev-tools/client/menu/pages/component-input.d.ts +0 -3
- package/types/packages/dev-tools/client/menu/pages/component-list.d.ts +0 -4
- package/types/packages/dev-tools/client/menu/pages/home.d.ts +0 -1
- package/types/packages/dev-tools/client/menu/pages/settings.d.ts +0 -1
- package/types/packages/dev-tools/client/menu/toggle/menu-toggle.d.ts +0 -2
- package/types/packages/dev-tools/client/setup-ui/connected.d.ts +0 -1
- package/types/packages/dev-tools/client/setup-ui/index.d.ts +0 -1
- package/types/packages/dev-tools/client/setup-ui/overview.d.ts +0 -4
- package/types/packages/dev-tools/client/tracking.d.ts +0 -22
- package/types/packages/dev-tools/client/utils.d.ts +0 -14
- package/types/packages/dev-tools/common/ast/app-dependencies.d.ts +0 -4
- package/types/packages/dev-tools/common/ast/component-info.d.ts +0 -9
- package/types/packages/dev-tools/common/ast/component-input-types.d.ts +0 -24
- package/types/packages/dev-tools/common/ast/component-registry.d.ts +0 -9
- package/types/packages/dev-tools/common/ast/convert-values.d.ts +0 -11
- package/types/packages/dev-tools/common/ast/convert-values.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/ensure-array-statement.d.ts +0 -7
- package/types/packages/dev-tools/common/ast/ensure-array-statement.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/ensure-comments.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/ensure-imports.d.ts +0 -9
- package/types/packages/dev-tools/common/ast/ensure-imports.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/exported-statements.d.ts +0 -8
- package/types/packages/dev-tools/common/ast/exported-statements.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/imported-statements.d.ts +0 -4
- package/types/packages/dev-tools/common/ast/imported-statements.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/normalize-statements.d.ts +0 -7
- package/types/packages/dev-tools/common/ast/normalize-statements.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/remove-unused-imports.d.ts +0 -3
- package/types/packages/dev-tools/common/ast/remove-unused-imports.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/transform.d.ts +0 -5
- package/types/packages/dev-tools/common/ast/utils.d.ts +0 -26
- package/types/packages/dev-tools/common/ast/utils.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/builder/builder-api.d.ts +0 -27
- package/types/packages/dev-tools/common/builder/builder-sdks.d.ts +0 -10
- package/types/packages/dev-tools/common/builder/content-generation.d.ts +0 -8
- package/types/packages/dev-tools/common/builder/content-ids.d.ts +0 -3
- package/types/packages/dev-tools/common/cache.d.ts +0 -3
- package/types/packages/dev-tools/common/constants.d.ts +0 -16
- package/types/packages/dev-tools/common/dotenv.d.ts +0 -6
- package/types/packages/dev-tools/common/dotenv.test.d.ts +0 -1
- package/types/packages/dev-tools/common/errors.d.ts +0 -32
- package/types/packages/dev-tools/common/estimate-code-tokens.d.ts +0 -1
- package/types/packages/dev-tools/common/fs.d.ts +0 -6
- package/types/packages/dev-tools/common/interactive-select-files.d.ts +0 -3
- package/types/packages/dev-tools/common/mem-sys.d.ts +0 -8
- package/types/packages/dev-tools/common/node-request.d.ts +0 -7
- package/types/packages/dev-tools/common/path.d.ts +0 -4
- package/types/packages/dev-tools/common/test-utils.d.ts +0 -9
- package/types/packages/dev-tools/common/typescript.d.ts +0 -9
- package/types/packages/dev-tools/common/utils.d.ts +0 -28
- package/types/packages/dev-tools/common/utils.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-api-key.d.ts +0 -10
- package/types/packages/dev-tools/core/adapters/angular/angular-api-key.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-app-module-imports.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/angular/angular-app-module-imports.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-app-routes-update.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/angular/angular-app-routes-update.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-components.d.ts +0 -18
- package/types/packages/dev-tools/core/adapters/angular/angular-components.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-ensure-builder-setup.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/angular/angular-ensure-config-plugin.d.ts +0 -9
- package/types/packages/dev-tools/core/adapters/angular/angular-ensure-config-plugin.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-fix-tsconfig.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/angular/angular-registry-parse.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/angular/angular-registry-parse.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/angular/angular-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-test-utils.d.ts +0 -6
- package/types/packages/dev-tools/core/adapters/angular/index.d.ts +0 -14
- package/types/packages/dev-tools/core/adapters/angular/types.d.ts +0 -11
- package/types/packages/dev-tools/core/adapters/next/index.d.ts +0 -28
- package/types/packages/dev-tools/core/adapters/next/next-api-key.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/next/next-component-info.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/next/next-component-info.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-component-inputs.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-component-source-inputs.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-components.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/next/next-ensure-builder-setup.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/next/next-ensure-config-plugin.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/next/next-ensure-config-plugin.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-registry-parse.d.ts +0 -13
- package/types/packages/dev-tools/core/adapters/next/next-registry-parse.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/next/next-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-test-utils.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/qwik-city/index.d.ts +0 -8
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-api-key.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-component-source-inputs.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-components.d.ts +0 -15
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-components.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ensure-builder-setup.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ensure-config-plugin.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry-parse.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry-parse.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-test-utils.d.ts +0 -6
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ts-program.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/react/index.d.ts +0 -13
- package/types/packages/dev-tools/core/adapters/react/react-api-key.d.ts +0 -6
- package/types/packages/dev-tools/core/adapters/react/react-builder-sdk-setup.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/react/react-component-info.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/react/react-components.d.ts +0 -18
- package/types/packages/dev-tools/core/adapters/react/react-components.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/react/react-ensure-builder-setup.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/react/react-registry-parse.d.ts +0 -13
- package/types/packages/dev-tools/core/adapters/react/react-registry-parse.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/react/react-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/react/react-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/react/react-test-utils.d.ts +0 -7
- package/types/packages/dev-tools/core/adapters/react/react-ts-program.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/remix/index.d.ts +0 -13
- package/types/packages/dev-tools/core/adapters/remix/remix-api-key.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/remix/remix-components.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/remix/remix-ensure-builder-setup.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/remix/remix-ensure-config-plugin.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/remix/remix-ensure-config-plugin.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/remix/remix-registry-parse.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/remix/remix-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/remix/remix-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/remix/remix-test-utils.d.ts +0 -7
- package/types/packages/dev-tools/core/adapters/vite/vite-ensure-config-plugin.d.ts +0 -7
- package/types/packages/dev-tools/core/adapters/vite/vite-ensure-config-plugin.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/vue/index.d.ts +0 -14
- package/types/packages/dev-tools/core/adapters/vue/vue-api-key.d.ts +0 -6
- package/types/packages/dev-tools/core/adapters/vue/vue-components.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/vue/vue-ensure-builder-setup.d.ts +0 -7
- package/types/packages/dev-tools/core/adapters/vue/vue-registry-parse.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/vue/vue-registry.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/webpack/webpack-config-helpers.d.ts +0 -11
- package/types/packages/dev-tools/core/adapters/webpack/webpack-config-helpers.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/webpack/webpack-ensure-config-plugin.d.ts +0 -3
- package/types/packages/dev-tools/core/client-script.d.ts +0 -1
- package/types/packages/dev-tools/core/create-dev-tools.d.ts +0 -2
- package/types/packages/dev-tools/core/detect-frameworks.d.ts +0 -4
- package/types/packages/dev-tools/core/ensure-config-plugin.d.ts +0 -3
- package/types/packages/dev-tools/core/find-dependencies.d.ts +0 -7
- package/types/packages/dev-tools/core/import-export-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/index.d.ts +0 -8
- package/types/packages/dev-tools/figma/index.d.ts +0 -88
- package/types/packages/dev-tools/node/index.d.ts +0 -2
- package/types/packages/dev-tools/node/node-sys.d.ts +0 -14
- package/types/packages/dev-tools/remix/index.d.ts +0 -6
- package/types/packages/dev-tools/server/auth.d.ts +0 -2
- package/types/packages/dev-tools/server/builder-connect.d.ts +0 -6
- package/types/packages/dev-tools/server/client-script.d.ts +0 -3
- package/types/packages/dev-tools/server/create-dev-tools-server.d.ts +0 -2
- package/types/packages/dev-tools/server/dev-tools-api.d.ts +0 -2
- package/types/packages/dev-tools/server/dev-tools-http-server.d.ts +0 -2
- package/types/packages/dev-tools/server/index.d.ts +0 -3
- package/types/packages/dev-tools/server/request-handler.d.ts +0 -3
- package/types/packages/dev-tools/types/codegen-server.d.ts +0 -14
- package/types/packages/dev-tools/types/connection-tracker.d.ts +0 -41
- package/types/packages/dev-tools/types/proxy-middleware.d.ts +0 -31
- package/types/packages/dev-tools/types/websocket-types.d.ts +0 -17
- package/types/packages/dev-tools/types.d.ts +0 -525
- package/types/packages/dev-tools/vite/main.d.ts +0 -7
- package/types/packages/dev-tools/vitest.config.d.ts +0 -2
- package/types/packages/dev-tools/webpack/main.d.ts +0 -9
- /package/types/{packages/dev-tools/cli/repo-indexing → cli}/repo-indexing.mock.d.ts +0 -0
- /package/types/{packages/dev-tools/cli/utils/repo-indexing-group-prompt.d.ts → cli/utils/repo-indexing-group-prompts.d.ts} +0 -0
- /package/types/{packages/dev-tools/_tests_/code.e2e.d.ts → scripts/cli.d.ts} +0 -0
package/types/cli/codegen.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare class CodeGenSession {
|
|
|
69
69
|
archiveProject(): Promise<string>;
|
|
70
70
|
isIdle(): boolean;
|
|
71
71
|
needsBackup(): Promise<boolean>;
|
|
72
|
-
uploadBackup(): Promise<BackupGitRepoResult | {
|
|
72
|
+
uploadBackup(forcedFullBackup?: boolean): Promise<BackupGitRepoResult | {
|
|
73
73
|
success: false;
|
|
74
74
|
error: Error;
|
|
75
75
|
}>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { DevToolsSys } from "../types";
|
|
2
|
+
import type { CLIArgs } from "./index";
|
|
3
|
+
export interface RepoIndexingDoc {
|
|
4
|
+
name: string;
|
|
5
|
+
content: string | {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
components: string[];
|
|
9
|
+
relevantFiles: string[];
|
|
10
|
+
}[];
|
|
11
|
+
createdDate: string;
|
|
12
|
+
description: string;
|
|
13
|
+
id: string;
|
|
14
|
+
ownerId: string;
|
|
15
|
+
userId: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const runRepoIndexing: (sys: DevToolsSys, args: CLIArgs) => Promise<void>;
|
|
@@ -17,7 +17,7 @@ export declare const NUMBER_TYPES: string[];
|
|
|
17
17
|
export declare const BOOLEAN_TYPES: string[];
|
|
18
18
|
export declare const ARRAY_TYPES: string[];
|
|
19
19
|
export declare const OBJECT_TYPES: string[];
|
|
20
|
-
export declare function getPrimitiveType(t: string): "
|
|
20
|
+
export declare function getPrimitiveType(t: string): "string" | "object" | "number" | "boolean" | "array";
|
|
21
21
|
export declare function removeQuotes(text: string): string;
|
|
22
22
|
export declare const resolveType: (sys: DevToolsSys, checker: ts.TypeChecker, type: ts.Type) => string[] | undefined;
|
|
23
23
|
export declare const typeToString: (sys: DevToolsSys, checker: ts.TypeChecker, type: ts.Type) => string;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare function analyzeProjects(inputPath?: string): Promise<{
|
|
2
|
+
success: boolean;
|
|
3
|
+
error: string;
|
|
4
|
+
projectsCount?: undefined;
|
|
5
|
+
branchesCount?: undefined;
|
|
6
|
+
csvRowsCount?: undefined;
|
|
7
|
+
outputPath?: undefined;
|
|
8
|
+
} | {
|
|
9
|
+
success: boolean;
|
|
10
|
+
projectsCount: number;
|
|
11
|
+
branchesCount: number;
|
|
12
|
+
csvRowsCount: number;
|
|
13
|
+
outputPath: string;
|
|
14
|
+
error?: undefined;
|
|
15
|
+
}>;
|
|
16
|
+
export declare function handleAnalyzeProjects(args: {
|
|
17
|
+
inputPath?: string;
|
|
18
|
+
}): Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function handleCheckBackup(): Promise<void>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare function downloadProjects(): Promise<{
|
|
2
|
+
success: boolean;
|
|
3
|
+
count: number;
|
|
4
|
+
outputPath: string;
|
|
5
|
+
error?: undefined;
|
|
6
|
+
} | {
|
|
7
|
+
success: boolean;
|
|
8
|
+
error: string;
|
|
9
|
+
count?: undefined;
|
|
10
|
+
outputPath?: undefined;
|
|
11
|
+
}>;
|
|
12
|
+
export declare function handleDownloadProjects(): Promise<void>;
|