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"}