@keshavsoft/kschema-api-gen-actions 1.15.4 → 1.16.3
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 +4 -1
- package/bin/cli.js +1 -1
- package/bin/v16/config/actions.json +46 -0
- package/bin/v16/config/actionsV3.json +35 -0
- package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V1}/template/controller.js +7 -2
- package/bin/v16/tasks/actions/GetMethods/Distinct/V1/template/service.js +12 -0
- package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/template/controller.js +8 -3
- package/bin/v16/tasks/actions/GetMethods/Distinct/V2/template/service.js +12 -0
- package/bin/{v14/tasks/actions/PostMethods/Insert → v16/tasks/actions/PostMethods/FilterColumns}/template/controller.js +8 -5
- package/bin/v16/tasks/actions/PostMethods/FilterColumns/template/rest.http +4 -0
- package/bin/v16/tasks/actions/PostMethods/FilterColumns/template/service.js +9 -0
- package/bin/{v13 → v16}/tasks/actions/distinct.js +11 -15
- package/bin/{v14/tasks/actions/insert.js → v16/tasks/actions/filterColumns.js} +12 -15
- package/bin/{v14 → v16}/tasks/actions/showAll.js +10 -3
- package/package.json +2 -2
- package/bin/v13/config/actions.json +0 -20
- package/bin/v13/core/showUsage.js +0 -50
- package/bin/v13/start.js +0 -22
- package/bin/v13/tasks/actions/GetMethods/Distinct/template/service.js +0 -9
- package/bin/v13/tasks/actions/showAll.js +0 -59
- package/bin/v14/commands/loadCommand.js +0 -11
- package/bin/v14/core/createFolder.js +0 -34
- package/bin/v14/core/parseInput.js +0 -8
- package/bin/v14/core/resolveCommand.js +0 -11
- package/bin/v14/tasks/actions/GetMethods/Distinct/template/controller.js +0 -21
- package/bin/v14/tasks/actions/GetMethods/Distinct/template/service.js +0 -9
- package/bin/v14/tasks/actions/GetMethods/ShowAll/steps/UpdateRoutesJs/updateImports/checkDuplicate.js +0 -8
- package/bin/v14/tasks/actions/GetMethods/ShowAll/steps/UpdateRoutesJs/updateImports/index.js +0 -45
- package/bin/v14/tasks/actions/GetMethods/ShowAll/steps/UpdateRoutesJs/updateUse/buildUseLine.js +0 -9
- package/bin/v14/tasks/actions/GetMethods/ShowAll/steps/UpdateRoutesJs/updateUse/checkDuplicate.js +0 -8
- package/bin/v14/tasks/actions/GetMethods/ShowAll/steps/UpdateRoutesJs/updateUse/index.js +0 -46
- package/bin/v14/tasks/actions/GetMethods/ShowAll/steps/resolveFolderName.js +0 -20
- package/bin/v14/tasks/actions/GetMethods/ShowAll/template/service.js +0 -9
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/common/readFile.js +0 -8
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/common/writeFile.js +0 -10
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateImports/buildImport.js +0 -9
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateImports/findInsertIndex.js +0 -10
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateUse/findInsertIndex.js +0 -10
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/announce.js +0 -9
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/createFolder.js +0 -7
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/createHttpFile.js +0 -12
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/decideTemplate.js +0 -3
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/locateDestination.js +0 -7
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/locateSource.js +0 -13
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/updateAppJs.js +0 -7
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/updateEndPointsFile.js +0 -30
- package/bin/v14/tasks/actions/PostMethods/Insert/steps/updateEndPointsJs.js +0 -16
- package/bin/v14/tasks/actions/PostMethods/Insert/template/errors.js +0 -11
- package/bin/v14/tasks/actions/PostMethods/Insert/template/service.js +0 -11
- package/bin/v14/tasks/actions/distinct.js +0 -59
- package/bin/v14/tasks/core/createFolder.js +0 -34
- package/bin/v14/tasks/core/parseInput.js +0 -12
- package/bin/v14/tasks/core/resolveCommand.js +0 -24
- package/bin/v14/tasks/core/showUsage.js +0 -43
- /package/bin/{v13 → v16}/commands/loadCommand.js +0 -0
- /package/bin/{v14 → v16}/config/actionsV1.json +0 -0
- /package/bin/{v14/config/actions.json → v16/config/actionsV2.json} +0 -0
- /package/bin/{v13 → v16}/core/createFolder.js +0 -0
- /package/bin/{v13 → v16}/core/parseInput.js +0 -0
- /package/bin/{v13 → v16}/core/resolveCommand.js +0 -0
- /package/bin/{v14 → v16}/core/showUsage.js +0 -0
- /package/bin/{v14 → v16}/start.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/common/readFile.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/common/writeFile.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/updateImports/buildImport.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/updateImports/checkDuplicate.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/updateImports/findInsertIndex.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/updateImports/index.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/updateUse/buildUseLine.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/updateUse/checkDuplicate.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/updateUse/findInsertIndex.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/UpdateRoutesJs/updateUse/index.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/announce.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/createFolder.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/createHttpFile.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/decideTemplate.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/locateDestination.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/locateSource.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/resolveFolderName.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/updateAppJs.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/updateEndPointsFile.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/steps/updateEndPointsJs.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/Distinct/V1}/template/errors.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/common/readFile.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/common/writeFile.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/updateImports/buildImport.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/updateImports/checkDuplicate.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/updateImports/findInsertIndex.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/updateImports/index.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/updateUse/buildUseLine.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/updateUse/checkDuplicate.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/updateUse/findInsertIndex.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/UpdateRoutesJs/updateUse/index.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/announce.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/createFolder.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/createHttpFile.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/decideTemplate.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/locateDestination.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/locateSource.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/resolveFolderName.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/updateAppJs.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/updateEndPointsFile.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/steps/updateEndPointsJs.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/GetMethods/Distinct/V2}/template/errors.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/common/readFile.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/common/writeFile.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/updateImports/buildImport.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/updateImports/checkDuplicate.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/updateImports/findInsertIndex.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/updateImports/index.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/updateUse/buildUseLine.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/updateUse/checkDuplicate.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/updateUse/findInsertIndex.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/ShowAll}/steps/UpdateRoutesJs/updateUse/index.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/announce.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/createFolder.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/createHttpFile.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/decideTemplate.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/locateDestination.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/locateSource.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/ShowAll}/steps/resolveFolderName.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/updateAppJs.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/updateEndPointsFile.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/steps/updateEndPointsJs.js +0 -0
- /package/bin/{v13/tasks/actions/GetMethods/Distinct → v16/tasks/actions/GetMethods/ShowAll}/template/controller.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/GetMethods/ShowAll}/template/errors.js +0 -0
- /package/bin/{v13 → v16}/tasks/actions/GetMethods/ShowAll/template/service.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/common/readFile.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/common/writeFile.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/updateImports/buildImport.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/updateImports/checkDuplicate.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/updateImports/findInsertIndex.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/updateImports/index.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/updateUse/buildUseLine.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/updateUse/checkDuplicate.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/updateUse/findInsertIndex.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/PostMethods/FilterColumns}/steps/UpdateRoutesJs/updateUse/index.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/announce.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/createFolder.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/createHttpFile.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/decideTemplate.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/locateDestination.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/locateSource.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/PostMethods/FilterColumns}/steps/resolveFolderName.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/updateAppJs.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/updateEndPointsFile.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/steps/updateEndPointsJs.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/Distinct → v16/tasks/actions/PostMethods/FilterColumns}/template/errors.js +0 -0
- /package/bin/{v13/tasks/actions/PostMethods/Insert → v16/tasks/actions/PostMethods/FilterColumns}/template/middleware.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/UpdateRoutesJs/common/readFile.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/UpdateRoutesJs/common/writeFile.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/UpdateRoutesJs/updateImports/buildImport.js +0 -0
- /package/bin/{v14 → v16}/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateImports/checkDuplicate.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/UpdateRoutesJs/updateImports/findInsertIndex.js +0 -0
- /package/bin/{v14 → v16}/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateImports/index.js +0 -0
- /package/bin/{v14 → v16}/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateUse/buildUseLine.js +0 -0
- /package/bin/{v14 → v16}/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateUse/checkDuplicate.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/UpdateRoutesJs/updateUse/findInsertIndex.js +0 -0
- /package/bin/{v14 → v16}/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateUse/index.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/announce.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/createFolder.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/createHttpFile.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/decideTemplate.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/locateDestination.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/locateSource.js +0 -0
- /package/bin/{v14 → v16}/tasks/actions/PostMethods/Insert/steps/resolveFolderName.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/updateAppJs.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/updateEndPointsFile.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/steps/updateEndPointsJs.js +0 -0
- /package/bin/{v13 → v16}/tasks/actions/PostMethods/Insert/template/controller.js +0 -0
- /package/bin/{v14/tasks/actions/GetMethods/ShowAll → v16/tasks/actions/PostMethods/Insert}/template/errors.js +0 -0
- /package/bin/{v14 → v16}/tasks/actions/PostMethods/Insert/template/middleware.js +0 -0
- /package/bin/{v13 → v16}/tasks/actions/PostMethods/Insert/template/service.js +0 -0
- /package/bin/{v13 → v16}/tasks/actions/insert.js +0 -0
- /package/bin/{v13 → v16}/tasks/core/createFolder.js +0 -0
- /package/bin/{v13 → v16}/tasks/core/parseInput.js +0 -0
- /package/bin/{v13 → v16}/tasks/core/resolveCommand.js +0 -0
- /package/bin/{v13 → v16}/tasks/core/showUsage.js +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v14 → v16}/tasks/actions/PostMethods/Insert/steps/UpdateRoutesJs/updateUse/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|