node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
import type { StrapiCommand } from '../../types';
interface CmdOptions {
email?: string;
password?: string;
firstname?: string;
lastname?: string;
}
/**
* Create new admin user
*/
declare const action: (cmdOptions?: CmdOptions) => Promise<void>;
/**
* `$ strapi admin:create-user`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=create-user.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"create-user.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/admin/create-user.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,UAAU,UAAU;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAsFD;;GAEG;AACH,QAAA,MAAM,MAAM,gBAAsB,UAAU,kBA8B3C,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aASd,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,15 @@
import type { StrapiCommand } from '../../types';
interface CmdOptions {
email?: string;
password?: string;
}
/**
* Reset user's password
*/
declare const action: (cmdOptions?: CmdOptions) => Promise<void>;
/**
* `$ strapi admin:reset-user-password`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=reset-user-password.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"reset-user-password.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/admin/reset-user-password.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,UAAU,UAAU;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AA4BD;;GAEG;AACH,QAAA,MAAM,MAAM,gBAAsB,UAAU,kBAmB3C,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAOd,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,7 @@
import type { StrapiCommand } from '../types';
/**
* `$ strapi build`
*/
declare const command: StrapiCommand;
export { command };
//# sourceMappingURL=build.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/build.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAqB9C;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAYd,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
* `$ strapi components:list`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/components/list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,MAAM,qBAeX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,16 @@
import type { StrapiCommand } from '../../types';
interface CmdOptions {
file?: string;
pretty?: boolean;
}
/**
* Will dump configurations to a file or stdout
* @param {string} file filepath to use as output
*/
declare const action: ({ file: filePath, pretty }: CmdOptions) => Promise<never>;
/**
* `$ strapi configuration:dump`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=dump.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"dump.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/configuration/dump.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,UAAU,UAAU;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAiBD;;;GAGG;AACH,QAAA,MAAM,MAAM,+BAAsC,UAAU,mBAyC3D,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAOd,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,16 @@
import type { StrapiCommand } from '../../types';
type Strategy = 'replace' | 'merge' | 'keep';
interface CmdOptions {
file?: string;
strategy?: Strategy;
}
/**
* Will restore configurations. It reads from a file or stdin
*/
declare const action: ({ file: filePath, strategy }: CmdOptions) => Promise<never>;
/**
* `$ strapi configuration:restore`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=restore.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"restore.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/configuration/restore.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,KAAK,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAE7C,UAAU,UAAU;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB;AAED;;GAEG;AACH,QAAA,MAAM,MAAM,iCAAoD,UAAU,mBAoCzE,CAAC;AAkIF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAOd,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../types';
declare const action: () => Promise<void>;
/**
* `$ strapi console`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=console.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"console.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/console.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAG9C,QAAA,MAAM,MAAM,qBAiBX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
* `$ strapi content-types:list`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/content-types/list.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,MAAM,qBAeX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
* `$ strapi controllers:list`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/controllers/list.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,MAAM,qBAeX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,7 @@
import type { StrapiCommand } from '../types';
/**
* `$ strapi develop`
*/
declare const command: StrapiCommand;
export { command };
//# sourceMappingURL=develop.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"develop.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/develop.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAsB9C;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAcd,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,22 @@
import { engine as engineDataTransfer } from '@strapi/data-transfer';
interface CmdOptions {
file?: string;
encrypt?: boolean;
verbose?: boolean;
key?: string;
compress?: boolean;
only?: (keyof engineDataTransfer.TransferGroupFilter)[];
exclude?: (keyof engineDataTransfer.TransferGroupFilter)[];
throttle?: number;
maxSizeJsonl?: number;
}
/**
* Export command.
*
* It transfers data from a local Strapi instance to a file
*
* @param {ExportCommandOptions} opts
*/
declare const _default: (opts: CmdOptions) => Promise<void>;
export default _default;
//# sourceMappingURL=action.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/export/action.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,MAAM,IAAI,kBAAkB,EAG7B,MAAM,uBAAuB,CAAC;AAyB/B,UAAU,UAAU;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,CAAC,MAAM,kBAAkB,CAAC,mBAAmB,CAAC,EAAE,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,MAAM,kBAAkB,CAAC,mBAAmB,CAAC,EAAE,CAAC;IAC3D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;GAMG;+BACyB,UAAU;AAAtC,wBA6FE"}

View File

@@ -0,0 +1,6 @@
/**
* `$ strapi export`
*/
declare const command: () => import("commander").Command;
export default command;
//# sourceMappingURL=command.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/export/command.ts"],"names":[],"mappings":"AAWA;;GAEG;AACH,QAAA,MAAM,OAAO,mCA4BZ,CAAC;AAEF,eAAe,OAAO,CAAC"}

View File

@@ -0,0 +1,7 @@
import type { StrapiCommand } from '../types';
/**
* `$ strapi generate`
*/
declare const command: StrapiCommand;
export { command };
//# sourceMappingURL=generate.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/generate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAUd,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
* `$ strapi hooks:list`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/hooks/list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,MAAM,qBAeX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,21 @@
import { engine as engineDataTransfer } from '@strapi/data-transfer';
interface CmdOptions {
file?: string;
decompress?: boolean;
decrypt?: boolean;
verbose?: boolean;
key?: string;
conflictStrategy?: 'restore';
force?: boolean;
only?: (keyof engineDataTransfer.TransferGroupFilter)[];
exclude?: (keyof engineDataTransfer.TransferGroupFilter)[];
throttle?: number;
}
/**
* Import command.
*
* It transfers data from a file to a local Strapi instance
*/
declare const _default: (opts: CmdOptions) => Promise<void>;
export default _default;
//# sourceMappingURL=action.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/import/action.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,MAAM,IAAI,kBAAkB,EAG7B,MAAM,uBAAuB,CAAC;AA4B/B,UAAU,UAAU;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,CAAC,MAAM,kBAAkB,CAAC,mBAAmB,CAAC,EAAE,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,MAAM,kBAAkB,CAAC,mBAAmB,CAAC,EAAE,CAAC;IAC3D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAID;;;;GAIG;+BACyB,UAAU;AAAtC,wBAkHE"}

View File

@@ -0,0 +1,6 @@
/**
* `$ strapi import`
*/
declare const command: () => import("commander").Command;
export default command;
//# sourceMappingURL=command.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/import/command.ts"],"names":[],"mappings":"AAaA;;GAEG;AACH,QAAA,MAAM,OAAO,mCAgFZ,CAAC;AAEF,eAAe,OAAO,CAAC"}

View File

@@ -0,0 +1,3 @@
import { StrapiCommand } from '../types';
export declare const commands: StrapiCommand[];
//# sourceMappingURL=index.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/index.ts"],"names":[],"mappings":"AA6BA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,eAAO,MAAM,QAAQ,EAAE,aAAa,EA+BnC,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
* `$ strapi middlewares:list`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/middlewares/list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,MAAM,qBAeX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,22 @@
declare const ADMIN: {
tsconfigFile: {
name: string;
contents: string;
};
tsconfigBuildFile: {
name: string;
contents: string;
};
};
declare const SERVER: {
tsconfigFile: {
name: string;
contents: string;
};
tsconfigBuildFile: {
name: string;
contents: string;
};
};
export { ADMIN as adminTsconfigFiles, SERVER as serverTsconfigFiles };
//# sourceMappingURL=typescript.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../../../../../src/cli/commands/plugin/init/files/typescript.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,KAAK;;;;;;;;;CA4CV,CAAC;AAEF,QAAA,MAAM,MAAM;;;;;;;;;CA0CX,CAAC;AAEF,OAAO,EAAE,KAAK,IAAI,kBAAkB,EAAE,MAAM,IAAI,mBAAmB,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
* `$ strapi policies:list`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/policies/list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,MAAM,qBAeX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,7 @@
import type { StrapiCommand } from '../types';
/**
* `$ strapi report`
*/
declare const command: StrapiCommand;
export { command };
//# sourceMappingURL=report.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"report.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/report.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAwC9C;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAOd,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
* `$ strapi routes:list``
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/routes/list.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,MAAM,qBAoBX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
* `$ strapi services:list`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/services/list.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,MAAM,qBAeX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,7 @@
import type { StrapiCommand } from '../types';
/**
* `$ strapi start`
*/
declare const command: StrapiCommand;
export { command };
//# sourceMappingURL=start.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/start.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAoB9C;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<never>;
/**
* `$ strapi telemetry:disable`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=disable.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"disable.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/telemetry/disable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AA6BjD,QAAA,MAAM,MAAM,sBAsCX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,8 @@
import type { StrapiCommand } from '../../types';
declare const action: () => Promise<never>;
/**
* `$ strapi telemetry:enable`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=enable.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/telemetry/enable.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAiEjD,QAAA,MAAM,MAAM,sBAiCX,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAId,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,7 @@
import type { StrapiCommand } from '../../types';
/**
*`$ strapi templates:generate <directory>`
*/
declare const command: StrapiCommand;
export { command };
//# sourceMappingURL=generate.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/templates/generate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAOd,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,20 @@
import { engine as engineDataTransfer } from '@strapi/data-transfer';
interface CmdOptions {
from?: URL;
fromToken: string;
to: URL;
toToken: string;
verbose?: boolean;
only?: (keyof engineDataTransfer.TransferGroupFilter)[];
exclude?: (keyof engineDataTransfer.TransferGroupFilter)[];
throttle?: number;
force?: boolean;
}
/**
* Transfer command.
*
* Transfers data between local Strapi and remote Strapi instances
*/
declare const _default: (opts: CmdOptions) => Promise<void>;
export default _default;
//# sourceMappingURL=action.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/transfer/action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,kBAAkB,EAAgC,MAAM,uBAAuB,CAAC;AA4BnG,UAAU,UAAU;IAClB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,GAAG,CAAC;IACR,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,CAAC,MAAM,kBAAkB,CAAC,mBAAmB,CAAC,EAAE,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,MAAM,kBAAkB,CAAC,mBAAmB,CAAC,EAAE,CAAC;IAC3D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AACD;;;;GAIG;+BACyB,UAAU;AAAtC,wBAqJE"}

View File

@@ -0,0 +1,6 @@
/**
* `$ strapi transfer`
*/
declare const command: () => import("commander").Command;
export default command;
//# sourceMappingURL=command.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/transfer/command.ts"],"names":[],"mappings":"AAaA;;GAEG;AACH,QAAA,MAAM,OAAO,mCAiGZ,CAAC;AAEF,eAAe,OAAO,CAAC"}

View File

@@ -0,0 +1,14 @@
import type { StrapiCommand } from '../../types';
interface CmdOptions {
debug?: boolean;
silent?: boolean;
verbose?: boolean;
outDir?: string;
}
declare const action: ({ debug, silent, verbose, outDir }: CmdOptions) => Promise<void>;
/**
* `$ strapi ts:generate-types`
*/
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=generate-types.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"generate-types.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/ts/generate-types.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,UAAU,UAAU;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,MAAM,uCAA8C,UAAU,kBAqBnE,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO,EAAE,aAUd,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}

View File

@@ -0,0 +1,7 @@
import type { StrapiCommand } from '../types';
/**
* `$ strapi version`
*/
declare const command: StrapiCommand;
export { command };
//# sourceMappingURL=version.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/version.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAG9C;;GAEG;AAEH,QAAA,MAAM,OAAO,EAAE,aAQd,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}