@tsed/cli-plugin-passport
Advanced tools
Comparing version 1.6.3 to 1.7.0
import { IGenerateCmdContext, ProvidersInfoService } from "@tsed/cli"; | ||
import { ProjectPackageJson, QuestionOptions, SrcRendererService, Tasks } from "@tsed/cli-core"; | ||
import { PassportClient } from "../services/PassportClient"; | ||
export interface IPassportGenerationOptions extends IGenerateCmdContext { | ||
export interface IPassportGenerateOptions extends IGenerateCmdContext { | ||
passportPackage: string; | ||
@@ -15,3 +15,3 @@ } | ||
onGeneratePrompt(initialOption: IGenerateCmdContext): Promise<QuestionOptions>; | ||
onGenerateExec(ctx: IPassportGenerationOptions): Tasks; | ||
onGenerateExec(ctx: IPassportGenerateOptions): Tasks; | ||
private mapOptions; | ||
@@ -18,0 +18,0 @@ private getTemplate; |
@@ -16,3 +16,4 @@ "use strict"; | ||
name: "Protocol", | ||
value: "protocol" | ||
value: "protocol", | ||
model: "{{symbolName}}.protocol" | ||
}, PassportGenerateHook_1); | ||
@@ -19,0 +20,0 @@ } |
{ | ||
"name": "@tsed/cli-plugin-passport", | ||
"version": "1.6.3", | ||
"version": "1.7.0", | ||
"main": "lib/index.js", | ||
@@ -11,4 +11,4 @@ "typings": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@tsed/cli": "1.6.3", | ||
"@tsed/cli-core": "1.6.3", | ||
"@tsed/cli": "1.7.0", | ||
"@tsed/cli-core": "1.7.0", | ||
"@types/change-case": "^2.3.1" | ||
@@ -15,0 +15,0 @@ }, |
Sorry, the diff of this file is not supported yet
19054
183