|
|
|
@ -7,6 +7,8 @@ |
|
|
|
"Volo.Docs.Projects.DocsProjectController": { |
|
|
|
"controllerName": "DocsProject", |
|
|
|
"controllerGroupName": "Project", |
|
|
|
"isRemoteService": true, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.Docs.Projects.DocsProjectController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
@ -222,6 +224,8 @@ |
|
|
|
"Volo.Docs.Documents.DocsDocumentController": { |
|
|
|
"controllerName": "DocsDocument", |
|
|
|
"controllerGroupName": "Document", |
|
|
|
"isRemoteService": true, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.Docs.Documents.DocsDocumentController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
@ -648,6 +652,89 @@ |
|
|
|
"implementFrom": "Volo.Docs.Documents.IDocumentAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"Volo.Docs.Areas.Documents.DocumentResourceController": { |
|
|
|
"controllerName": "DocumentResource", |
|
|
|
"controllerGroupName": "DocumentResource", |
|
|
|
"isRemoteService": true, |
|
|
|
"apiVersion": null, |
|
|
|
"type": "Volo.Docs.Areas.Documents.DocumentResourceController", |
|
|
|
"interfaces": [], |
|
|
|
"actions": { |
|
|
|
"GetResourceByInput": { |
|
|
|
"uniqueName": "GetResourceByInput", |
|
|
|
"name": "GetResource", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "document-resources", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Docs.Documents.GetDocumentResourceInput, Volo.Docs.Application.Contracts", |
|
|
|
"type": "Volo.Docs.Documents.GetDocumentResourceInput", |
|
|
|
"typeSimple": "Volo.Docs.Documents.GetDocumentResourceInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "ProjectId", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "input" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "Name", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "input" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "Version", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "input" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "LanguageCode", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "input" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Microsoft.AspNetCore.Mvc.FileResult", |
|
|
|
"typeSimple": "Microsoft.AspNetCore.Mvc.FileResult" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Docs.Areas.Documents.DocumentResourceController" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|