You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10887 lines
325 KiB
10887 lines
325 KiB
{
|
|
"modules": {
|
|
"blob-management": {
|
|
"rootPath": "blob-management",
|
|
"remoteServiceName": "BlobManagement",
|
|
"controllers": {
|
|
"LINGYUN.Abp.BlobManagement.BlobContainerController": {
|
|
"controllerName": "BlobContainer",
|
|
"controllerGroupName": "BlobContainer",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": false,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobContainerController",
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService",
|
|
"name": "IBlobContainerAppService",
|
|
"methods": [
|
|
{
|
|
"name": "CreateAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "DeleteAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetListAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto>"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"CreateAsyncByInput": {
|
|
"uniqueName": "CreateAsyncByInput",
|
|
"name": "CreateAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/containers",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "input",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Body",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService"
|
|
},
|
|
"DeleteAsyncById": {
|
|
"uniqueName": "DeleteAsyncById",
|
|
"name": "DeleteAsync",
|
|
"httpMethod": "DELETE",
|
|
"url": "api/blob-management/containers/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService"
|
|
},
|
|
"GetAsyncById": {
|
|
"uniqueName": "GetAsyncById",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/containers/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService"
|
|
},
|
|
"GetListAsyncByInput": {
|
|
"uniqueName": "GetListAsyncByInput",
|
|
"name": "GetListAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/containers",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto>"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobContainerAppService"
|
|
}
|
|
}
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.BlobController": {
|
|
"controllerName": "Blob",
|
|
"controllerGroupName": "Blob",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": false,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobController",
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.IBlobAppService",
|
|
"name": "IBlobAppService",
|
|
"methods": [
|
|
{
|
|
"name": "CreateFileAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "CreateChunkFileAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
}
|
|
},
|
|
{
|
|
"name": "CreateFolderAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "DeleteAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetContentAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetContentByNameAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetListAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"CreateFileAsyncByInput": {
|
|
"uniqueName": "CreateFileAsyncByInput",
|
|
"name": "CreateFileAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/blobs/file",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService"
|
|
},
|
|
"CreateChunkFileAsyncByInput": {
|
|
"uniqueName": "CreateChunkFileAsyncByInput",
|
|
"name": "CreateChunkFileAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/blobs/file/chunk",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CurrentChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ChunkNumber",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "TotalChunks",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService"
|
|
},
|
|
"CreateFolderAsyncByInput": {
|
|
"uniqueName": "CreateFolderAsyncByInput",
|
|
"name": "CreateFolderAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/blobs/folder",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "input",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Body",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService"
|
|
},
|
|
"DeleteAsyncById": {
|
|
"uniqueName": "DeleteAsyncById",
|
|
"name": "DeleteAsync",
|
|
"httpMethod": "DELETE",
|
|
"url": "api/blob-management/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService"
|
|
},
|
|
"GetContentAsyncById": {
|
|
"uniqueName": "GetContentAsyncById",
|
|
"name": "GetContentAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/uid/{id}/content",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService"
|
|
},
|
|
"GetContentByNameAsyncByInput": {
|
|
"uniqueName": "GetContentByNameAsyncByInput",
|
|
"name": "GetContentByNameAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/content",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService"
|
|
},
|
|
"GetAsyncById": {
|
|
"uniqueName": "GetAsyncById",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService"
|
|
},
|
|
"GetListAsyncByInput": {
|
|
"uniqueName": "GetListAsyncByInput",
|
|
"name": "GetListAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType?",
|
|
"typeSimple": "enum?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IBlobAppService"
|
|
}
|
|
}
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Integration.BlobIntegrationController": {
|
|
"controllerName": "BlobIntegration",
|
|
"controllerGroupName": "BlobIntegration",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": true,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.BlobIntegrationController",
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService",
|
|
"name": "IBlobIntegrationService",
|
|
"methods": [
|
|
{
|
|
"name": "CreateAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "DeleteAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
}
|
|
},
|
|
{
|
|
"name": "ExistsAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetContentAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"CreateAsyncByInput": {
|
|
"uniqueName": "CreateAsyncByInput",
|
|
"name": "CreateAsync",
|
|
"httpMethod": "POST",
|
|
"url": "integration-api/blob-management/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Overwrite",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService"
|
|
},
|
|
"DeleteAsyncByInput": {
|
|
"uniqueName": "DeleteAsyncByInput",
|
|
"name": "DeleteAsync",
|
|
"httpMethod": "DELETE",
|
|
"url": "integration-api/blob-management/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService"
|
|
},
|
|
"ExistsAsyncByInput": {
|
|
"uniqueName": "ExistsAsyncByInput",
|
|
"name": "ExistsAsync",
|
|
"httpMethod": "GET",
|
|
"url": "integration-api/blob-management/blobs/exists",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService"
|
|
},
|
|
"GetContentAsyncByInput": {
|
|
"uniqueName": "GetContentAsyncByInput",
|
|
"name": "GetContentAsync",
|
|
"httpMethod": "GET",
|
|
"url": "integration-api/blob-management/blobs/download",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.Integration.IBlobIntegrationService"
|
|
}
|
|
}
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.PrivateBlobController": {
|
|
"controllerName": "PrivateBlob",
|
|
"controllerGroupName": "PrivateBlob",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": false,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.PrivateBlobController",
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService",
|
|
"name": "IPrivateBlobAppService",
|
|
"methods": [
|
|
{
|
|
"name": "CreateFileAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "CreateChunkFileAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
}
|
|
},
|
|
{
|
|
"name": "CreateFolderAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "DeleteAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetContentAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetContentByNameAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "name",
|
|
"typeAsString": "System.String, System.Private.CoreLib",
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetListAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"CreateFileAsyncByInput": {
|
|
"uniqueName": "CreateFileAsyncByInput",
|
|
"name": "CreateFileAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/private/blobs/file",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService"
|
|
},
|
|
"CreateChunkFileAsyncByInput": {
|
|
"uniqueName": "CreateChunkFileAsyncByInput",
|
|
"name": "CreateChunkFileAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/private/blobs/file/chunk",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CurrentChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ChunkNumber",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "TotalChunks",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Form",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "FormFile",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService"
|
|
},
|
|
"CreateFolderAsyncByInput": {
|
|
"uniqueName": "CreateFolderAsyncByInput",
|
|
"name": "CreateFolderAsync",
|
|
"httpMethod": "POST",
|
|
"url": "api/blob-management/private/blobs/folder",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "input",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "Body",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService"
|
|
},
|
|
"DeleteAsyncById": {
|
|
"uniqueName": "DeleteAsyncById",
|
|
"name": "DeleteAsync",
|
|
"httpMethod": "DELETE",
|
|
"url": "api/blob-management/private/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "System.Void",
|
|
"typeSimple": "System.Void"
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService"
|
|
},
|
|
"GetContentAsyncById": {
|
|
"uniqueName": "GetContentAsyncById",
|
|
"name": "GetContentAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/private/blobs/uid/{id}/content",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService"
|
|
},
|
|
"GetContentByNameAsyncByName": {
|
|
"uniqueName": "GetContentByNameAsyncByName",
|
|
"name": "GetContentByNameAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/private/blobs/content/{name}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "name",
|
|
"typeAsString": "System.String, System.Private.CoreLib",
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "name",
|
|
"name": "name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService"
|
|
},
|
|
"GetAsyncById": {
|
|
"uniqueName": "GetAsyncById",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/private/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService"
|
|
},
|
|
"GetListAsyncByInput": {
|
|
"uniqueName": "GetListAsyncByInput",
|
|
"name": "GetListAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/private/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType?",
|
|
"typeSimple": "enum?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>"
|
|
},
|
|
"allowAnonymous": false,
|
|
"authorizeDatas": [
|
|
{
|
|
"policy": null,
|
|
"roles": null
|
|
}
|
|
],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPrivateBlobAppService"
|
|
}
|
|
}
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.PublicBlobController": {
|
|
"controllerName": "PublicBlob",
|
|
"controllerGroupName": "PublicBlob",
|
|
"isRemoteService": true,
|
|
"isIntegrationService": false,
|
|
"apiVersion": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.PublicBlobController",
|
|
"interfaces": [
|
|
{
|
|
"type": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService",
|
|
"name": "IPublicBlobAppService",
|
|
"methods": [
|
|
{
|
|
"name": "GetContentAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetContentByNameAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "name",
|
|
"typeAsString": "System.String, System.Private.CoreLib",
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
}
|
|
},
|
|
{
|
|
"name": "GetListAsync",
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"actions": {
|
|
"GetContentAsyncById": {
|
|
"uniqueName": "GetContentAsyncById",
|
|
"name": "GetContentAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/public/blobs/uid/{id}/content",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService"
|
|
},
|
|
"GetContentByNameAsyncByName": {
|
|
"uniqueName": "GetContentByNameAsyncByName",
|
|
"name": "GetContentByNameAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/public/blobs/content/{name}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "name",
|
|
"typeAsString": "System.String, System.Private.CoreLib",
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "name",
|
|
"name": "name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService"
|
|
},
|
|
"GetAsyncById": {
|
|
"uniqueName": "GetAsyncById",
|
|
"name": "GetAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/public/blobs/{id}",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "id",
|
|
"typeAsString": "System.Guid, System.Private.CoreLib",
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "id",
|
|
"name": "id",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": [],
|
|
"bindingSourceId": "Path",
|
|
"descriptorName": ""
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobDto"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService"
|
|
},
|
|
"GetListAsyncByInput": {
|
|
"uniqueName": "GetListAsyncByInput",
|
|
"name": "GetListAsync",
|
|
"httpMethod": "GET",
|
|
"url": "api/blob-management/public/blobs",
|
|
"supportedVersions": [],
|
|
"parametersOnMethod": [
|
|
{
|
|
"name": "input",
|
|
"typeAsString": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput, LINGYUN.Abp.BlobManagement.Application.Contracts",
|
|
"type": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"typeSimple": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput",
|
|
"isOptional": false,
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType?",
|
|
"typeSimple": "enum?",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
},
|
|
{
|
|
"nameOnMethod": "input",
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isOptional": false,
|
|
"defaultValue": null,
|
|
"constraintTypes": null,
|
|
"bindingSourceId": "ModelBinding",
|
|
"descriptorName": "input"
|
|
}
|
|
],
|
|
"returnValue": {
|
|
"type": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>",
|
|
"typeSimple": "Volo.Abp.Application.Dtos.PagedResultDto<LINGYUN.Abp.BlobManagement.Dtos.BlobDto>"
|
|
},
|
|
"allowAnonymous": null,
|
|
"authorizeDatas": [],
|
|
"implementFrom": "LINGYUN.Abp.BlobManagement.IPublicBlobAppService"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"types": {
|
|
"LINGYUN.Abp.AspNetCore.Mvc.Localization.GetLanguageWithFilterDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.AspNetCore.Mvc.Localization.GetResourceWithFilterDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.AspNetCore.Mvc.Localization.GetTextByKeyInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Key",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ResourceName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.AspNetCore.Mvc.Localization.GetTextsInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TargetCultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ResourceName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "OnlyNull",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.AspNetCore.Mvc.Localization.LanguageDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "UiCultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TwoLetterISOLanguageName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.AspNetCore.Mvc.Localization.ResourceDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.AspNetCore.Mvc.Localization.TextDifferenceDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Key",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ResourceName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TargetCultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TargetValue",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.AspNetCore.Mvc.Localization.TextDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Key",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ResourceName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.BlobType": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Folder",
|
|
"File"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobContainerCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobContainerDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobContainerGetPagedListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobDownloadByNameInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ExpirationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "DownloadCount",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateBaseDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CurrentChunkSize",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ChunkNumber",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TotalChunks",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateWithoutContainerDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileChunkCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateBaseDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CompareMd5",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateWithoutContainerDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFileCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateBaseDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateWithoutContainerDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobFolderCreateBaseDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInput": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInputBase",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInputBase": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Abp.BlobManagement.BlobType?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListWithoutContainerInput": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Dtos.BlobGetPagedListInputBase",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileCreateIntegrationDto": {
|
|
"baseType": "LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Overwrite",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Abp.BlobManagement.Integration.Dtos.BlobFileGetByNameIntegrationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ContainerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.DataCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Datas.DataCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.DataCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.DataDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Code",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Items",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Datas.DataItemDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Datas.DataItemDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.DataItemCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Datas.DataItemCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.DataItemCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "AllowBeNull",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ValueType",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Datas.ValueType",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.DataItemDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "AllowBeNull",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ValueType",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Datas.ValueType",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.DataItemUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Datas.DataItemCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Platform.Datas.DataMoveDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.DataUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Datas.DataCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Platform.Datas.GetDataListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Datas.ValueType": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"String",
|
|
"Numeic",
|
|
"Boolean",
|
|
"Date",
|
|
"DateTime",
|
|
"Array",
|
|
"Object"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.CreationAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Url",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentGetInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "FeedbackId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentTempFileCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentTempFileDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackAttachmentUploadInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackCommentDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.AuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Category",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Attachments",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Feedbacks.FeedbackAttachmentTempFileCreateDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Feedbacks.FeedbackAttachmentTempFileCreateDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Category",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Feedbacks.FeedbackStatus",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Comments",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Feedbacks.FeedbackCommentDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Feedbacks.FeedbackCommentDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Attachments",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Feedbacks.FeedbackAttachmentDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Feedbacks.FeedbackAttachmentDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Category",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Feedbacks.FeedbackStatus?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Feedbacks.FeedbackStatus": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Created",
|
|
"InProgress",
|
|
"Closed",
|
|
"Resolved"
|
|
],
|
|
"enumValues": [
|
|
1,
|
|
2,
|
|
3,
|
|
4
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"LINGYUN.Platform.Layouts.GetLayoutListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Layouts.LayoutCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Layouts.LayoutCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DataId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Layouts.LayoutCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Redirect",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Layouts.LayoutDto": {
|
|
"baseType": "LINGYUN.Platform.Routes.RouteDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DataId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Layouts.LayoutUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Layouts.LayoutCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Platform.Menus.GetMenuInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Menus.MenuCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "LayoutId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Redirect",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Component",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "IsPublic",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Meta",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuDto": {
|
|
"baseType": "LINGYUN.Platform.Routes.RouteDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Code",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Component",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "LayoutId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "IsPublic",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Startup",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuGetAllInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Reverse",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "LayoutId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuGetByRoleInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Role",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 80,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuGetByUserInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Roles",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "LayoutId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.MenuUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Menus.MenuCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Platform.Menus.RoleMenuInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "RoleName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 80,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "StartupMenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "MenuIds",
|
|
"jsonName": null,
|
|
"type": "[System.Guid]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.RoleMenuStartupInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "RoleName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 80,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Menus.UserFavoriteMenuCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Color",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "AliasName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Icon",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 512,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.AuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "AliasName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Color",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Icon",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuGetListInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuRemoveInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.UserFavoriteMenuUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Menus.UserFavoriteMenuCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.UserMenuInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "StartupMenuId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "MenuIds",
|
|
"jsonName": null,
|
|
"type": "[System.Guid]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Menus.UserMenuStartupInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Framework",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageAttachmentDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "BlobName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "To",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "From",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Subject",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "IsBodyHtml",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CC",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Normalize",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Priority",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.MailPriority?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "BodyTransferEncoding",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mime.TransferEncoding?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "DeliveryNotificationOptions",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.DeliveryNotificationOptions?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Attachments",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Content.IRemoteStreamContent]",
|
|
"typeSimple": "[Volo.Abp.Content.IRemoteStreamContent]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Headers",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Messages.EmailMessageHeaderDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Messages.EmailMessageHeaderDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageDto": {
|
|
"baseType": "LINGYUN.Platform.Messages.MessageDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "From",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Subject",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "IsBodyHtml",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CC",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Normalize",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Priority",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.MailPriority?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "BodyTransferEncoding",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mime.TransferEncoding?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "DeliveryNotificationOptions",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.DeliveryNotificationOptions?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Attachments",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Messages.EmailMessageAttachmentDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Messages.EmailMessageAttachmentDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Headers",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Messages.EmailMessageHeaderDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Messages.EmailMessageHeaderDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "EmailAddress",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "From",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Subject",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Messages.MessageStatus?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Priority",
|
|
"jsonName": null,
|
|
"type": "System.Net.Mail.MailPriority?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "BeginSendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "EndSendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Messages.EmailMessageHeaderDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Key",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 64,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 128,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Messages.MessageDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.AuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Sender",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Provider",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Receiver",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "SendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "SendCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Messages.MessageStatus",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Reason",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Messages.MessageStatus": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Sent",
|
|
"Failed",
|
|
"Pending"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
10,
|
|
-1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"LINGYUN.Platform.Messages.SmsMessageCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "PhoneNumber",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Text",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Messages.SmsMessageDto": {
|
|
"baseType": "LINGYUN.Platform.Messages.MessageDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"LINGYUN.Platform.Messages.SmsMessageGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "PhoneNumber",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Content",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Messages.MessageStatus?",
|
|
"typeSimple": "enum?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "BeginSendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "EndSendTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageBlobDownloadInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageBlobDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.CreationAuditedEntityDto<System.Int32>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Url",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CreatedAt",
|
|
"jsonName": null,
|
|
"type": "System.DateTime",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "UpdatedAt",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "License",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "SHA256",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DownloadCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageBlobRemoveDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageBlobUploadDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"jsonName": null,
|
|
"type": "System.Int64?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Summary",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 256,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CreatedAt",
|
|
"jsonName": null,
|
|
"type": "System.DateTime",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "UpdatedAt",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "License",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 100,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "File",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"typeSimple": "Volo.Abp.Content.IRemoteStreamContent",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Packages.PackageCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Version",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Note",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ForceUpdate",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 100,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Level",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Packages.PackageLevel",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Note",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Version",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ForceUpdate",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Level",
|
|
"jsonName": null,
|
|
"type": "LINGYUN.Platform.Packages.PackageLevel",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Blobs",
|
|
"jsonName": null,
|
|
"type": "[LINGYUN.Platform.Packages.PackageBlobDto]",
|
|
"typeSimple": "[LINGYUN.Platform.Packages.PackageBlobDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageGetLatestInput": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Version",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageGetPagedListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Note",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 1024,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Version",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ForceUpdate",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Authors",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": 100,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageLevel": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Resource",
|
|
"Full",
|
|
"None"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
-1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"LINGYUN.Platform.Packages.PackageUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Packages.PackageCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseCreateDto": {
|
|
"baseType": "LINGYUN.Platform.Portal.EnterpriseCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseCreateOrUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "EnglishName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 512,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Logo",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 512,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Address",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 255,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "LegalMan",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 60,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TaxCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 40,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "OrganizationCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 16,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "RegistrationCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": 0,
|
|
"maxLength": 30,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "RegistrationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ExpirationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "EnglishName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Logo",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Address",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "LegalMan",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TaxCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "OrganizationCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "RegistrationCode",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "RegistrationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ExpirationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseGetListInput": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Filter",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "BeginRegistrationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "EndRegistrationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "BeginExpirationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "EndExpirationDate",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Portal.EnterpriseUpdateDto": {
|
|
"baseType": "LINGYUN.Platform.Portal.EnterpriseCreateOrUpdateDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ConcurrencyStamp",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"LINGYUN.Platform.Routes.RouteDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto<System.Guid>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Path",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Description",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Redirect",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Meta",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"System.Net.Mail.DeliveryNotificationOptions": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"None",
|
|
"OnSuccess",
|
|
"OnFailure",
|
|
"Delay",
|
|
"Never"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2,
|
|
4,
|
|
134217728
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"System.Net.Mail.MailPriority": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Normal",
|
|
"Low",
|
|
"High"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"System.Net.Mime.TransferEncoding": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"QuotedPrintable",
|
|
"Base64",
|
|
"SevenBit",
|
|
"EightBit",
|
|
"Unknown"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
-1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"System.Nullable<T0>": {
|
|
"baseType": "System.ValueType",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"T"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "HasValue",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "T",
|
|
"typeSimple": "T",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.AuditedEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.CreationAuditedEntityDto<TPrimaryKey>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TPrimaryKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "LastModificationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "LastModifierId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.CreationAuditedEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto<TPrimaryKey>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TPrimaryKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "CreationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CreatorId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.EntityDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"Volo.Abp.Application.Dtos.EntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.EntityDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "TKey",
|
|
"typeSimple": "TKey",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.ExtensibleAuditedEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleCreationAuditedEntityDto<TPrimaryKey>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TPrimaryKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "LastModificationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "LastModifierId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.ExtensibleCreationAuditedEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ExtensibleEntityDto<TPrimaryKey>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TPrimaryKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "CreationTime",
|
|
"jsonName": null,
|
|
"type": "System.DateTime",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CreatorId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.ExtensibleEntityDto<T0>": {
|
|
"baseType": "Volo.Abp.ObjectExtending.ExtensibleObject",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"TKey"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "TKey",
|
|
"typeSimple": "TKey",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.LimitedResultRequestDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "MaxResultCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": "1",
|
|
"maximum": "2147483647",
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.ListResultDto<T0>": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"T"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "Items",
|
|
"jsonName": null,
|
|
"type": "[T]",
|
|
"typeSimple": "[T]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.PagedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Sorting",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.PagedResultDto<T0>": {
|
|
"baseType": "Volo.Abp.Application.Dtos.ListResultDto<T>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"T"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "TotalCount",
|
|
"jsonName": null,
|
|
"type": "System.Int64",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Application.Dtos.PagedResultRequestDto": {
|
|
"baseType": "Volo.Abp.Application.Dtos.LimitedResultRequestDto",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "SkipCount",
|
|
"jsonName": null,
|
|
"type": "System.Int32",
|
|
"typeSimple": "number",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": "0",
|
|
"maximum": "2147483647",
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "GrantedPolicies",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Boolean}",
|
|
"typeSimple": "{string:boolean}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Localization",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Auth",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Setting",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CurrentUser",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Features",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "GlobalFeatures",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "MultiTenancy",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CurrentTenant",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Timing",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Clock",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ObjectExtensions",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationRequestOptions": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IncludeLocalizationResources",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Values",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.String}",
|
|
"typeSimple": "{string:string}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "EnabledFeatures",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Values",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Collections.Generic.Dictionary<System.String,System.String>}",
|
|
"typeSimple": "{string:System.Collections.Generic.Dictionary<string,string>}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Resources",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Languages",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Localization.LanguageInfo]",
|
|
"typeSimple": "[Volo.Abp.Localization.LanguageInfo]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CurrentCulture",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DefaultResourceName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "LanguagesMap",
|
|
"jsonName": null,
|
|
"type": "{System.String:[Volo.Abp.NameValue]}",
|
|
"typeSimple": "{string:[Volo.Abp.NameValue]}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "LanguageFilesMap",
|
|
"jsonName": null,
|
|
"type": "{System.String:[Volo.Abp.NameValue]}",
|
|
"typeSimple": "{string:[Volo.Abp.NameValue]}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Resources",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CurrentCulture",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationRequestDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": true,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "OnlyDynamics",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Texts",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.String}",
|
|
"typeSimple": "{string:string}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "BaseResources",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Values",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.String}",
|
|
"typeSimple": "{string:string}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Kind",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "EnglishName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ThreeLetterIsoLanguageName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TwoLetterIsoLanguageName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "IsRightToLeft",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "NativeName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DateTimeFormat",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsAuthenticated",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "TenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ImpersonatorUserId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ImpersonatorTenantId",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ImpersonatorUserName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ImpersonatorTenantName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "UserName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "SurName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Email",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "EmailVerified",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "PhoneNumber",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "PhoneNumberVerified",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Roles",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "SessionId",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CalendarAlgorithmType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DateTimeFormatLong",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ShortDatePattern",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "FullDateTimePattern",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DateSeparator",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ShortTimePattern",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "LongTimePattern",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TimeZoneName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Properties",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Configuration",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Fields",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto]",
|
|
"typeSimple": "[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "LocalizationResource",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "System.Object",
|
|
"typeSimple": "object",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsAvailable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "OnGet",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "OnCreate",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "OnUpdate",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsAvailable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsAvailable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Config",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Api",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Ui",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Policy",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPolicyDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPolicyDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Attributes",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto]",
|
|
"typeSimple": "[Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Configuration",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.Object",
|
|
"typeSimple": "object",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyFeaturePolicyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Features",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "RequiresAll",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyGlobalFeaturePolicyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Features",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "RequiresAll",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPermissionPolicyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "PermissionNames",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "RequiresAll",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPolicyDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "GlobalFeatures",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyGlobalFeaturePolicyDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyGlobalFeaturePolicyDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Features",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyFeaturePolicyDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyFeaturePolicyDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Permissions",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPermissionPolicyDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyPermissionPolicyDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "OnTable",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "OnCreateForm",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "OnEditForm",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Lookup",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsVisible",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Url",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ResultListPropertyName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayPropertyName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ValuePropertyName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "FilterParamName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsVisible",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Resource",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Entities",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Configuration",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Modules",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Enums",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto}",
|
|
"typeSimple": "{string:Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Iana",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Windows",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TimeZone",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone",
|
|
"typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "TimeZoneId",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Id",
|
|
"jsonName": null,
|
|
"type": "System.Guid?",
|
|
"typeSimple": "string?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "IsAvailable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IsEnabled",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "UserSharingStrategy",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.MultiTenancy.TenantUserSharingStrategy",
|
|
"typeSimple": "enum",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Content.IRemoteStreamContent": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "FileName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ContentType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ContentLength",
|
|
"jsonName": null,
|
|
"type": "System.Int64?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.ActionApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "UniqueName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "HttpMethod",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Url",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "SupportedVersions",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ParametersOnMethod",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Parameters",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.ParameterApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.ParameterApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ReturnValue",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel",
|
|
"typeSimple": "Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "AllowAnonymous",
|
|
"jsonName": null,
|
|
"type": "System.Boolean?",
|
|
"typeSimple": "boolean?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "AuthorizeDatas",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.AuthorizeDataApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.AuthorizeDataApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ImplementFrom",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.ApplicationApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Modules",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.Http.Modeling.ModuleApiDescriptionModel}",
|
|
"typeSimple": "{string:Volo.Abp.Http.Modeling.ModuleApiDescriptionModel}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Types",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.Http.Modeling.TypeApiDescriptionModel}",
|
|
"typeSimple": "{string:Volo.Abp.Http.Modeling.TypeApiDescriptionModel}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.ApplicationApiDescriptionModelRequestDto": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "IncludeTypes",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.AuthorizeDataApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Policy",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Roles",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.ControllerApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ControllerName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ControllerGroupName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "IsRemoteService",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "IsIntegrationService",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ApiVersion",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Interfaces",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Actions",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.Http.Modeling.ActionApiDescriptionModel}",
|
|
"typeSimple": "{string:Volo.Abp.Http.Modeling.ActionApiDescriptionModel}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Methods",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ParametersOnMethod",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "ReturnValue",
|
|
"jsonName": null,
|
|
"type": "Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel",
|
|
"typeSimple": "Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TypeAsString",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "IsOptional",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.Object",
|
|
"typeSimple": "object",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.ModuleApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "RootPath",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "RemoteServiceName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Controllers",
|
|
"jsonName": null,
|
|
"type": "{System.String:Volo.Abp.Http.Modeling.ControllerApiDescriptionModel}",
|
|
"typeSimple": "{string:Volo.Abp.Http.Modeling.ControllerApiDescriptionModel}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.ParameterApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "NameOnMethod",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "JsonName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "IsOptional",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DefaultValue",
|
|
"jsonName": null,
|
|
"type": "System.Object",
|
|
"typeSimple": "object",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "ConstraintTypes",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "BindingSourceId",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "DescriptorName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.PropertyApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "JsonName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "IsRequired",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "MinLength",
|
|
"jsonName": null,
|
|
"type": "System.Int32?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "MaxLength",
|
|
"jsonName": null,
|
|
"type": "System.Int32?",
|
|
"typeSimple": "number?",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Minimum",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Maximum",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Regex",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "IsNullable",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "Type",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TypeSimple",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Http.Modeling.TypeApiDescriptionModel": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "BaseType",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "IsEnum",
|
|
"jsonName": null,
|
|
"type": "System.Boolean",
|
|
"typeSimple": "boolean",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "EnumNames",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "EnumValues",
|
|
"jsonName": null,
|
|
"type": "[System.Object]",
|
|
"typeSimple": "[object]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "GenericArguments",
|
|
"jsonName": null,
|
|
"type": "[System.String]",
|
|
"typeSimple": "[string]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
},
|
|
{
|
|
"name": "Properties",
|
|
"jsonName": null,
|
|
"type": "[Volo.Abp.Http.Modeling.PropertyApiDescriptionModel]",
|
|
"typeSimple": "[Volo.Abp.Http.Modeling.PropertyApiDescriptionModel]",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.Localization.LanguageInfo": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "CultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "UiCultureName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "DisplayName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "TwoLetterISOLanguageName",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.MultiTenancy.TenantUserSharingStrategy": {
|
|
"baseType": "System.Enum",
|
|
"isEnum": true,
|
|
"enumNames": [
|
|
"Isolated",
|
|
"Shared"
|
|
],
|
|
"enumValues": [
|
|
0,
|
|
1
|
|
],
|
|
"genericArguments": null,
|
|
"properties": null
|
|
},
|
|
"Volo.Abp.NameValue": {
|
|
"baseType": "Volo.Abp.NameValue<System.String>",
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": []
|
|
},
|
|
"Volo.Abp.NameValue<T0>": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": [
|
|
"T"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "Name",
|
|
"jsonName": null,
|
|
"type": "System.String",
|
|
"typeSimple": "string",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
},
|
|
{
|
|
"name": "Value",
|
|
"jsonName": null,
|
|
"type": "T",
|
|
"typeSimple": "T",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": true
|
|
}
|
|
]
|
|
},
|
|
"Volo.Abp.ObjectExtending.ExtensibleObject": {
|
|
"baseType": null,
|
|
"isEnum": false,
|
|
"enumNames": null,
|
|
"enumValues": null,
|
|
"genericArguments": null,
|
|
"properties": [
|
|
{
|
|
"name": "ExtraProperties",
|
|
"jsonName": null,
|
|
"type": "{System.String:System.Object}",
|
|
"typeSimple": "{string:object}",
|
|
"isRequired": false,
|
|
"minLength": null,
|
|
"maxLength": null,
|
|
"minimum": null,
|
|
"maximum": null,
|
|
"regex": null,
|
|
"isNullable": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|