mirror of https://github.com/abpframework/abp.git
161 changed files with 20270 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.Account.Application.Contracts", |
||||
|
"hash": "69e95bc0327222d63521d4a5eebc0f08", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAccountApplicationContractsModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,248 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.Account.Application", |
||||
|
"hash": "c95864b3ff1b05d0dd660125cccea539", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.UI.Navigation", |
||||
|
"namespace": "Volo.Abp.UI.Navigation", |
||||
|
"name": "AbpUiNavigationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Emailing", |
||||
|
"namespace": "Volo.Abp.Emailing", |
||||
|
"name": "AbpEmailingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAccountApplicationModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"baseClass": { |
||||
|
"name": "ApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAccountAppService", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "IdentityUserDto", |
||||
|
"isAsync": true, |
||||
|
"name": "RegisterAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "RegisterDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "SendPasswordResetCodeAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "SendPasswordResetCodeDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ResetPasswordAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "ResetPasswordDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "AccountAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"baseClass": { |
||||
|
"name": "IdentityAppServiceBase", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IProfileAppService", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ProfileDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ProfileDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "UpdateProfileDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ChangePasswordAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "ChangePasswordInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "ProfileAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Is self-registration enabled", |
||||
|
"description": "Whether a user can register the account by him or herself.", |
||||
|
"isVisibleToClient": true, |
||||
|
"isInherited": true, |
||||
|
"isEncrypted": false, |
||||
|
"contentType": "setting", |
||||
|
"name": "Abp.Account.IsSelfRegistrationEnabled", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Authenticate with a local account", |
||||
|
"description": "Indicates if the server will allow users to authenticate with a local account.", |
||||
|
"isVisibleToClient": true, |
||||
|
"isInherited": true, |
||||
|
"isEncrypted": false, |
||||
|
"contentType": "setting", |
||||
|
"name": "Abp.Account.EnableLocalLogin", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.Account.HttpApi.Client", |
||||
|
"hash": "f8b3c1d3f7ef4b4070b10d1adbf07697", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client", |
||||
|
"namespace": "Volo.Abp.Http.Client", |
||||
|
"name": "AbpHttpClientModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAccountHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.Account.HttpApi", |
||||
|
"hash": "4bbe4cd74f3e0b75d32217e6be0abec8", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.HttpApi", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"name": "AbpAspNetCoreMvcModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAccountHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.Account.Web.IdentityServer", |
||||
|
"hash": "03edebc655e0b3deed4a6f61b2975c8e", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Web", |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"name": "AbpAccountWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.IdentityServer.Domain", |
||||
|
"namespace": "Volo.Abp.IdentityServer", |
||||
|
"name": "AbpIdentityServerDomainModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAccountWebIdentityServerModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.Account.Web.OpenIddict", |
||||
|
"hash": "cb0116e7d5287266425d337b9e29d5cf", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Web", |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"name": "AbpAccountWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.OpenIddict.AspNetCore", |
||||
|
"namespace": "Volo.Abp.OpenIddict", |
||||
|
"name": "AbpOpenIddictAspNetCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAccountWebOpenIddictModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,39 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.Account.Web", |
||||
|
"hash": "9a19d1170e6ea5e601e7f61686d245de", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.AspNetCore", |
||||
|
"namespace": "Volo.Abp.Identity.AspNetCore", |
||||
|
"name": "AbpIdentityAspNetCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"name": "AbpAspNetCoreMvcUiThemeSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.ExceptionHandling", |
||||
|
"namespace": "Volo.Abp.ExceptionHandling", |
||||
|
"name": "AbpExceptionHandlingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAccountWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AuditLogging.Domain.Shared", |
||||
|
"hash": "e6804aee981e73c0bf60780e69c001ac", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"name": "AbpValidationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAuditLoggingDomainSharedModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,133 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AuditLogging.Domain", |
||||
|
"hash": "9acd8ed269385ff15150449590c209fe", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"name": "AbpAuditingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain", |
||||
|
"namespace": "Volo.Abp.Domain", |
||||
|
"name": "AbpDddDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain.Shared", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"name": "AbpAuditLoggingDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.ExceptionHandling", |
||||
|
"namespace": "Volo.Abp.ExceptionHandling", |
||||
|
"name": "AbpExceptionHandlingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Json", |
||||
|
"namespace": "Volo.Abp.Json", |
||||
|
"name": "AbpJsonModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAuditLoggingDomainModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMultiTenant", |
||||
|
"namespace": "Volo.Abp.MultiTenancy", |
||||
|
"declaringAssemblyName": "Volo.Abp.MultiTenancy" |
||||
|
} |
||||
|
], |
||||
|
"methods": [], |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": { |
||||
|
"entityChanges": { |
||||
|
"name": "EntityChange", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain" |
||||
|
}, |
||||
|
"actions": { |
||||
|
"name": "AuditLogAction", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "AuditLog", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": { |
||||
|
"entityChanges": { |
||||
|
"name": "EntityChange", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain" |
||||
|
}, |
||||
|
"actions": { |
||||
|
"name": "AuditLogAction", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "AuditLog", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IAuditLogRepository", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,57 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"hash": "37dc1d81b4b99ad5eb7afa239c8ef43f", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"name": "AbpAuditLoggingDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore", |
||||
|
"name": "AbpEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAuditLoggingEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"connectionStringName": "AbpAuditLogging", |
||||
|
"databaseTables": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.AuditLogging.AuditLog", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpAuditLogs", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.AuditLogging.AuditLogAction", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpAuditLogActions", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.AuditLogging.EntityChange", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpEntityChanges", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.AuditLogging.EntityPropertyChange", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpEntityPropertyChanges", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "AbpAuditLoggingDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,39 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AuditLogging.MongoDB", |
||||
|
"hash": "482d735c586fc845551e14d2c62324e0", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AuditLogging.MongoDB", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.Domain", |
||||
|
"namespace": "Volo.Abp.AuditLogging", |
||||
|
"name": "AbpAuditLoggingDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.MongoDB", |
||||
|
"namespace": "Volo.Abp.MongoDB", |
||||
|
"name": "AbpMongoDbModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAuditLoggingMongoDbModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AuditLogging.MongoDB", |
||||
|
"connectionStringName": "AbpAuditLogging", |
||||
|
"databaseCollections": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.AuditLogging.AuditLog", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "AbpAuditLogs", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "mongoDbContext", |
||||
|
"name": "AuditLoggingMongoDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.DemoApp.HangFire", |
||||
|
"hash": "f48c5cb958c77d7b4cfb1e4ddda9c88c", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.HangFire", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"name": "DemoAppSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.HangFire", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.Hangfire", |
||||
|
"name": "AbpBackgroundJobsHangfireModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DemoAppHangfireModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.DemoApp.Quartz", |
||||
|
"hash": "9f7a22f6afd944505bd8381a25fee9c2", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.Quartz", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"name": "DemoAppSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.Quartz", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.Quartz", |
||||
|
"name": "AbpBackgroundJobsQuartzModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DemoAppQuartzModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.DemoApp.RabbitMq", |
||||
|
"hash": "624f866c4719ce4dd86a3ec94ca5c201", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.RabbitMq", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"name": "DemoAppSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.RabbitMQ", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.RabbitMQ", |
||||
|
"name": "AbpBackgroundJobsRabbitMqModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DemoAppRabbitMqModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"hash": "679eea13985b8e3027dd78c102c7c8d5", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.Abstractions", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"name": "AbpBackgroundJobsAbstractionsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DemoAppSharedModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,34 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.DemoApp", |
||||
|
"hash": "aa4ad89126fac95c9422f8825c746a86", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", |
||||
|
"name": "DemoAppSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", |
||||
|
"name": "AbpBackgroundJobsEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"name": "AbpEntityFrameworkCoreSqlServerModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DemoAppModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,13 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.Domain.Shared", |
||||
|
"hash": "f6e051b709b4e9430fa42dedc13b1006", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"dependsOnModules": [], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpBackgroundJobsDomainSharedModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,101 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.Domain", |
||||
|
"hash": "84cc3ad8529ec549facee6bdad6ab976", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.Domain.Shared", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"name": "AbpBackgroundJobsDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"name": "AbpBackgroundJobsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpBackgroundJobsDomainModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [], |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "BackgroundJobRecord", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "BackgroundJobRecord", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IBackgroundJobRepository", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,39 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", |
||||
|
"hash": "a83abae177ea18def3bb32106e839878", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.Domain", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"name": "AbpBackgroundJobsDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore", |
||||
|
"name": "AbpEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpBackgroundJobsEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", |
||||
|
"connectionStringName": "AbpBackgroundJobs", |
||||
|
"databaseTables": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.BackgroundJobs.BackgroundJobRecord", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpBackgroundJobs", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "BackgroundJobsDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,39 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BackgroundJobs.MongoDB", |
||||
|
"hash": "df02f1f45698a483468f14a9ccde32d1", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.MongoDB", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BackgroundJobs.Domain", |
||||
|
"namespace": "Volo.Abp.BackgroundJobs", |
||||
|
"name": "AbpBackgroundJobsDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.MongoDB", |
||||
|
"namespace": "Volo.Abp.MongoDB", |
||||
|
"name": "AbpMongoDbModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpBackgroundJobsMongoDbModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BackgroundJobs.MongoDB", |
||||
|
"connectionStringName": "AbpBackgroundJobs", |
||||
|
"databaseCollections": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.BackgroundJobs.BackgroundJobRecord", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "AbpBackgroundJobs", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "mongoDbContext", |
||||
|
"name": "BackgroundJobsMongoDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AspNetCore.Components.Server.BasicTheme", |
||||
|
"hash": "0ba738321c0dcacb3f21fc76f6a71000", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AspNetCore.Components.Server.BasicTheme", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.BasicTheme", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Components.Web.BasicTheme", |
||||
|
"name": "AbpAspNetCoreComponentsWebBasicThemeModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Server.Theming", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Components.Server.Theming", |
||||
|
"name": "AbpAspNetCoreComponentsServerThemingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAspNetCoreComponentsServerBasicThemeModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AspNetCore.Components.Web.BasicTheme", |
||||
|
"hash": "2f6cbfaa4aa8e809f6116711e1c96b35", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AspNetCore.Components.Web.BasicTheme", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.Theming", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Components.Web.Theming", |
||||
|
"name": "AbpAspNetCoreComponentsWebThemingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAspNetCoreComponentsWebBasicThemeModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"hash": "9cc26121565457be94f1d487d7460442", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"name": "AbpAspNetCoreMvcUiThemeSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", |
||||
|
"name": "AbpAspNetCoreMvcUiMultiTenancyModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo", |
||||
|
"hash": "42884701c061b330f82ea3a0992f2d98", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAspNetCoreMvcUiBootstrapDemoModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo", |
||||
|
"hash": "4427e6d95959ef1ae898cc8f323eeb24", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo", |
||||
|
"name": "AbpAspNetCoreMvcUiThemeSharedDemoModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpAspNetCoreMvcUiThemeBasicDemoModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "BlobStoring.Database.Host.ConsoleApp.ConsoleApp", |
||||
|
"hash": "586af594c8eddeb485df1d06e051e2c3", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "BlobStoring.Database.Host.ConsoleApp.ConsoleApp", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"name": "AbpEntityFrameworkCoreSqlServerModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"name": "BlobStoringDatabaseEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "ConsoleAppConsoleAppModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BlobStoring.Database.Domain.Shared", |
||||
|
"hash": "ca71bff6138a518c84899353b3d88f2e", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"name": "AbpValidationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BlobStoringDatabaseDomainSharedModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,187 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BlobStoring.Database.Domain", |
||||
|
"hash": "4c72530134504ee1792b7e24248dc384", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain", |
||||
|
"namespace": "Volo.Abp.Domain", |
||||
|
"name": "AbpDddDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring", |
||||
|
"namespace": "Volo.Abp.BlobStoring", |
||||
|
"name": "AbpBlobStoringModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.Domain.Shared", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"name": "BlobStoringDatabaseDomainSharedModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BlobStoringDatabaseDomainModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMultiTenant", |
||||
|
"namespace": "Volo.Abp.MultiTenancy", |
||||
|
"declaringAssemblyName": "Volo.Abp.MultiTenancy" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetContent", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Byte[]", |
||||
|
"name": "content", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "DatabaseBlob", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMultiTenant", |
||||
|
"namespace": "Volo.Abp.MultiTenancy", |
||||
|
"declaringAssemblyName": "Volo.Abp.MultiTenancy" |
||||
|
} |
||||
|
], |
||||
|
"methods": [], |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "DatabaseBlobContainer", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "DatabaseBlobContainer", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IDatabaseBlobContainerRepository", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "DatabaseBlob", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IDatabaseBlobRepository", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,45 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"hash": "0c136e999f8d28fc3b27414e0ff5aef7", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.Domain", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"name": "BlobStoringDatabaseDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore", |
||||
|
"name": "AbpEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BlobStoringDatabaseEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"connectionStringName": "AbpBlobStoring", |
||||
|
"databaseTables": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlob", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpBlobs", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlobContainer", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpBlobContainers", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "BlobStoringDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,45 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.BlobStoring.Database.MongoDB", |
||||
|
"hash": "d0d45fc623e9180d60e60935449cb69b", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.MongoDB", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.Domain", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database", |
||||
|
"name": "BlobStoringDatabaseDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.MongoDB", |
||||
|
"namespace": "Volo.Abp.MongoDB", |
||||
|
"name": "AbpMongoDbModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BlobStoringDatabaseMongoDbModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.MongoDB", |
||||
|
"connectionStringName": "AbpBlobStoring", |
||||
|
"databaseCollections": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlobContainer", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "AbpBlobContainers", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlob", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "AbpBlobs", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "mongoDbContext", |
||||
|
"name": "BlobStoringMongoDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,52 @@ |
|||||
|
{ |
||||
|
"name": "Volo.BloggingTestApp.EntityFrameworkCore", |
||||
|
"hash": "b8440f4f347f0d989699daf1665efcc3", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.BloggingTestApp.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Blogging.EntityFrameworkCore", |
||||
|
"name": "BloggingEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.Identity.EntityFrameworkCore", |
||||
|
"name": "AbpIdentityEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"name": "AbpPermissionManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"name": "AbpSettingManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"name": "AbpEntityFrameworkCoreSqlServerModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"name": "BlobStoringDatabaseEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingTestAppEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.BloggingTestApp.EntityFrameworkCore", |
||||
|
"connectionStringName": null, |
||||
|
"databaseTables": [], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "BloggingTestAppDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,39 @@ |
|||||
|
{ |
||||
|
"name": "Volo.BloggingTestApp.MongoDB", |
||||
|
"hash": "40b781b60ccf37d71720ae4657e1ac55", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.BloggingTestApp.MongoDB", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.MongoDB", |
||||
|
"namespace": "Volo.Abp.Identity.MongoDB", |
||||
|
"name": "AbpIdentityMongoDbModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.MongoDB", |
||||
|
"namespace": "Volo.Blogging.MongoDB", |
||||
|
"name": "BloggingMongoDbModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.SettingManagement.MongoDB", |
||||
|
"namespace": "Volo.Abp.SettingManagement.MongoDB", |
||||
|
"name": "AbpSettingManagementMongoDbModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.MongoDB", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.MongoDB", |
||||
|
"name": "AbpPermissionManagementMongoDbModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.MongoDB", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.MongoDB", |
||||
|
"name": "BlobStoringDatabaseMongoDbModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingTestAppMongoDbModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Admin.Application.Contracts", |
||||
|
"hash": "60b70929e0d5bf7e78c1ab98cf925ebf", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts.Shared", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingApplicationContractsSharedModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingAdminApplicationContractsModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,176 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Admin.Application", |
||||
|
"hash": "c0819fce8e54544371f8cb47c9fd00a7", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"name": "BloggingAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingAdminApplicationModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Admin.Blogs", |
||||
|
"baseClass": { |
||||
|
"name": "BloggingAdminAppServiceBase", |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IBlogManagementAppService", |
||||
|
"namespace": "Volo.Blogging.Admin.Blogs", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<BlogDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CreateBlogDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdateBlogDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ClearCacheAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "BlogManagementAppService", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Admin.HttpApi.Client", |
||||
|
"hash": "a085abc09fb31764111814ce96f57562", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"name": "BloggingAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client", |
||||
|
"namespace": "Volo.Abp.Http.Client", |
||||
|
"name": "AbpHttpClientModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingAdminHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Admin.HttpApi", |
||||
|
"hash": "8080bcd6f5c12bdbbacc0c6ebde3c34e", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"name": "BloggingAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"name": "AbpAspNetCoreMvcModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingAdminHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,34 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Admin.Web", |
||||
|
"hash": "ebfd5c0a7e9355f6370462e555e00de9", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging.Admin", |
||||
|
"name": "BloggingAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", |
||||
|
"name": "AbpAspNetCoreMvcUiBootstrapModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", |
||||
|
"name": "AbpAspNetCoreMvcUiBundlingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingAdminWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,155 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Application.Contracts.Shared", |
||||
|
"hash": "8a92aa4403f11b705e31ad7591402c56", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain.Shared", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", |
||||
|
"namespace": "Volo.Abp.Authorization", |
||||
|
"name": "AbpAuthorizationAbstractionsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingApplicationContractsSharedModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Blogs", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Blog", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Management", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Blog.Management", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Edit", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Blog.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Blog.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Blog.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Clear cache", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Blog.ClearCache", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Posts", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Post", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Edit", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Post.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Post.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Post.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Tags", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Tag", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Edit", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Tag.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Tag.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Tag.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Comments", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Comment", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Edit", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Comment.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Comment.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Blogging.Comment.Create", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Application.Contracts", |
||||
|
"hash": "721fd200ca096b6ab65cabb2d0cbacb5", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts.Shared", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingApplicationContractsSharedModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingApplicationContractsModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,592 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Application", |
||||
|
"hash": "8514bb852f12b47891c28619ff32dce0", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring", |
||||
|
"namespace": "Volo.Abp.BlobStoring", |
||||
|
"name": "AbpBlobStoringModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingApplicationModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Tagging", |
||||
|
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITagAppService", |
||||
|
"namespace": "Volo.Blogging.Tagging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "List<TagDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetPopularTagsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "blogId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "GetPopularTagsInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "TagAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Posts", |
||||
|
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IPostAppService", |
||||
|
"namespace": "Volo.Blogging.Posts", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<PostWithDetailsDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListByBlogIdAndTagNameAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "tagName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ListResultDto<PostWithDetailsDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetTimeOrderedListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "blogId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PostWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetForReadingAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "GetPostInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PostWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PostWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdatePostDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PostWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CreatePostDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "PostAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Files", |
||||
|
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFileAppService", |
||||
|
"namespace": "Volo.Blogging.Files", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "RawFileDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "IRemoteStreamContent", |
||||
|
"isAsync": true, |
||||
|
"name": "GetFileAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "FileUploadOutputDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "FileUploadInputDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "FileAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Comments", |
||||
|
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICommentAppService", |
||||
|
"namespace": "Volo.Blogging.Comments", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "List<CommentWithRepliesDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetHierarchicalListOfPostAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "postId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CommentWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CreateCommentDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CommentWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdateCommentDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "CommentAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Blogs", |
||||
|
"baseClass": { |
||||
|
"name": "BloggingAppServiceBase", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IBlogAppService", |
||||
|
"namespace": "Volo.Blogging.Blogs", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<BlogDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetByShortNameAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "shortName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "BlogDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "BlogAppService", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Domain.Shared", |
||||
|
"hash": "663404dba15328a6b34e3a64e070c084", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"name": "AbpValidationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingDomainSharedModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,764 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Domain", |
||||
|
"hash": "251e283069fc4f064f90030206ca5957", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain.Shared", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain", |
||||
|
"namespace": "Volo.Abp.Domain", |
||||
|
"name": "AbpDddDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingDomainModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUser", |
||||
|
"namespace": "Volo.Abp.Users", |
||||
|
"declaringAssemblyName": "Volo.Abp.Users.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMultiTenant", |
||||
|
"namespace": "Volo.Abp.MultiTenancy", |
||||
|
"declaringAssemblyName": "Volo.Abp.MultiTenancy" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUpdateUserData", |
||||
|
"namespace": "Volo.Abp.Users", |
||||
|
"declaringAssemblyName": "Volo.Abp.Users.Domain" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Boolean", |
||||
|
"isAsync": false, |
||||
|
"name": "Update", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "IUserData", |
||||
|
"name": "user", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Blogging.Users", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "BlogUser", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "FullAuditedAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICreationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMayHaveCreator", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IModificationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasModificationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFullAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDeletionAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasDeletionTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ISoftDelete", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "IncreaseUsageCount", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Int32", |
||||
|
"name": "number", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "DecreaseUsageCount", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Int32", |
||||
|
"name": "number", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetDescription", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "description", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Blogging.Tagging", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "Tag", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "FullAuditedAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICreationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMayHaveCreator", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IModificationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasModificationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFullAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDeletionAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasDeletionTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ISoftDelete", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Post", |
||||
|
"isAsync": false, |
||||
|
"name": "IncreaseReadCount", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Post", |
||||
|
"isAsync": false, |
||||
|
"name": "SetTitle", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "title", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Post", |
||||
|
"isAsync": false, |
||||
|
"name": "SetUrl", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "url", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "AddTag", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "tagId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "RemoveTag", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "tagId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Blogging.Posts", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": { |
||||
|
"tags": { |
||||
|
"name": "PostTag", |
||||
|
"namespace": "Volo.Blogging.Posts", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "Post", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "FullAuditedAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICreationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMayHaveCreator", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IModificationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasModificationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFullAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDeletionAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasDeletionTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ISoftDelete", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetText", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "text", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Blogging.Comments", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "Comment", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "FullAuditedAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICreationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasCreationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMayHaveCreator", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IModificationAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasModificationTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFullAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDeletionAuditedObject", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasDeletionTime", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ISoftDelete", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Blog", |
||||
|
"isAsync": false, |
||||
|
"name": "SetName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Blog", |
||||
|
"isAsync": false, |
||||
|
"name": "SetShortName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "shortName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Blogging.Blogs", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "Blog", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Users", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Blogging.Users", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "BlogUser", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IBlogUserRepository", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Tagging", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Blogging.Tagging", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "Tag", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "ITagRepository", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Posts", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Blogging.Posts", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": { |
||||
|
"tags": { |
||||
|
"name": "PostTag", |
||||
|
"namespace": "Volo.Blogging.Posts", |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "Post", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IPostRepository", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Comments", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Blogging.Comments", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "Comment", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "ICommentRepository", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.Blogs", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Blogging.Blogs", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "Blog", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IBlogRepository", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,69 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.EntityFrameworkCore", |
||||
|
"hash": "ebcaf9db9227c69efab38f7fc422bf27", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore", |
||||
|
"name": "AbpEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.EntityFrameworkCore", |
||||
|
"connectionStringName": "Blogging", |
||||
|
"databaseTables": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Blogs.Blog", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "BlgBlogs", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Comments.Comment", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "BlgComments", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Posts.Post", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "BlgPosts", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Posts.PostTag", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "BlgPostTags", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Tagging.Tag", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "BlgTags", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Users.BlogUser", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "BlgUsers", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "BloggingDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.HttpApi.Client", |
||||
|
"hash": "e178d4743a33b2347116ed41b7a33b8a", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client", |
||||
|
"namespace": "Volo.Abp.Http.Client", |
||||
|
"name": "AbpHttpClientModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.HttpApi", |
||||
|
"hash": "a3c1367eda548ae63a49729764d415e1", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"name": "AbpAspNetCoreMvcModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,68 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.MongoDB", |
||||
|
"hash": "c782dabd2d1f29abd1c5b8cc59f6fbab", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.MongoDB", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Domain", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.MongoDB", |
||||
|
"namespace": "Volo.Abp.MongoDB", |
||||
|
"name": "AbpMongoDbModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Users.MongoDB", |
||||
|
"namespace": "Volo.Abp.Users.MongoDB", |
||||
|
"name": "AbpUsersMongoDbModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingMongoDbModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging.MongoDB", |
||||
|
"connectionStringName": "Blogging", |
||||
|
"databaseCollections": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Comments.Comment", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "BlgComments", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Tagging.Tag", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "BlgTags", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Blogs.Blog", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "BlgBlogs", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Users.BlogUser", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "BlgUsers", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Blogging.Posts.Post", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "BlgPosts", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "mongoDbContext", |
||||
|
"name": "BloggingMongoDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,34 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Blogging.Web", |
||||
|
"hash": "bea2114c23b1ba3762a05fb011eff2b1", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Blogging.Application.Contracts", |
||||
|
"namespace": "Volo.Blogging", |
||||
|
"name": "BloggingApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", |
||||
|
"name": "AbpAspNetCoreMvcUiBootstrapModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", |
||||
|
"name": "AbpAspNetCoreMvcUiBundlingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "BloggingWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.ClientSimulation.Demo", |
||||
|
"hash": "b10abc971bc805f3be3d2f5d3dcb2e49", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.ClientSimulation.Demo", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.ClientSimulation.Web", |
||||
|
"namespace": "Volo.ClientSimulation", |
||||
|
"name": "ClientSimulationWebModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "ClientSimulationDemoModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.ClientSimulation.Web", |
||||
|
"hash": "ac406ecd81f25a485511ff8e4cb7cd8a", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.ClientSimulation", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.ClientSimulation", |
||||
|
"namespace": "Volo.ClientSimulation", |
||||
|
"name": "ClientSimulationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client.IdentityModel.Web", |
||||
|
"namespace": "Volo.Abp.Http.Client.IdentityModel.Web", |
||||
|
"name": "AbpHttpClientIdentityModelWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"name": "AbpAspNetCoreMvcUiThemeSharedModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "ClientSimulationWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.ClientSimulation", |
||||
|
"hash": "38b4a62f0bd02fdbe3a2265c0ea0c83a", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.ClientSimulation", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client.IdentityModel", |
||||
|
"namespace": "Volo.Abp.Http.Client.IdentityModel", |
||||
|
"name": "AbpHttpClientIdentityModelModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "ClientSimulationModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,74 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.HttpApi.Host", |
||||
|
"hash": "efbde27b2d57ead9638e0d097ccc028f", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Application", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.EntityFrameworkCore", |
||||
|
"namespace": "Volo.CmsKit.EntityFrameworkCore", |
||||
|
"name": "CmsKitEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.HttpApi", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", |
||||
|
"name": "AbpAspNetCoreMvcUiMultiTenancyModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching.StackExchangeRedis", |
||||
|
"namespace": "Volo.Abp.Caching.StackExchangeRedis", |
||||
|
"name": "AbpCachingStackExchangeRedisModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"name": "AbpEntityFrameworkCoreSqlServerModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"name": "AbpAuditLoggingEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"name": "AbpPermissionManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"name": "AbpSettingManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Serilog", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Serilog", |
||||
|
"name": "AbpAspNetCoreSerilogModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"name": "BlobStoringDatabaseEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitHttpApiHostModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,144 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.IdentityServer", |
||||
|
"hash": "51a19cfdc69515b40f212ea14d7170ce", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Web.IdentityServer", |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"name": "AbpAccountWebIdentityServerModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.HttpApi", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", |
||||
|
"name": "AbpAspNetCoreMvcUiMultiTenancyModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"name": "AbpAspNetCoreMvcModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"name": "AbpAuditLoggingEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching.StackExchangeRedis", |
||||
|
"namespace": "Volo.Abp.Caching.StackExchangeRedis", |
||||
|
"name": "AbpCachingStackExchangeRedisModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"name": "AbpEntityFrameworkCoreSqlServerModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.Identity.EntityFrameworkCore", |
||||
|
"name": "AbpIdentityEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.HttpApi", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.IdentityServer.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.IdentityServer.EntityFrameworkCore", |
||||
|
"name": "AbpIdentityServerEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain.Identity", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.Identity", |
||||
|
"name": "AbpPermissionManagementDomainIdentityModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"name": "AbpPermissionManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Application", |
||||
|
"namespace": "Volo.Abp.PermissionManagement", |
||||
|
"name": "AbpPermissionManagementApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.HttpApi", |
||||
|
"name": "AbpPermissionManagementHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"name": "AbpSettingManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Application", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", |
||||
|
"name": "AbpTenantManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.Application", |
||||
|
"namespace": "Volo.Abp.TenantManagement", |
||||
|
"name": "AbpTenantManagementApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.HttpApi", |
||||
|
"namespace": "Volo.Abp.TenantManagement", |
||||
|
"name": "AbpTenantManagementHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Authentication.JwtBearer", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Authentication.JwtBearer", |
||||
|
"name": "AbpAspNetCoreAuthenticationJwtBearerModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Serilog", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Serilog", |
||||
|
"name": "AbpAspNetCoreSerilogModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitIdentityServerModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,89 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Web.Host", |
||||
|
"hash": "1c229420cd1cafa77509174e7c9a47a4", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Web", |
||||
|
"namespace": "Volo.CmsKit.Web", |
||||
|
"name": "CmsKitWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.HttpApi.Client", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitHttpApiClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Authentication.OAuth", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Authentication.OAuth", |
||||
|
"name": "AbpAspNetCoreAuthenticationOAuthModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.Client", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.Client", |
||||
|
"name": "AbpAspNetCoreMvcClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching.StackExchangeRedis", |
||||
|
"namespace": "Volo.Abp.Caching.StackExchangeRedis", |
||||
|
"name": "AbpCachingStackExchangeRedisModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client.IdentityModel.Web", |
||||
|
"namespace": "Volo.Abp.Http.Client.IdentityModel.Web", |
||||
|
"name": "AbpHttpClientIdentityModelWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Web", |
||||
|
"namespace": "Volo.Abp.Identity.Web", |
||||
|
"name": "AbpIdentityWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.HttpApi.Client", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityHttpApiClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.Web", |
||||
|
"namespace": "Volo.Abp.TenantManagement.Web", |
||||
|
"name": "AbpTenantManagementWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.HttpApi.Client", |
||||
|
"namespace": "Volo.Abp.TenantManagement", |
||||
|
"name": "AbpTenantManagementHttpApiClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.HttpApi.Client", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementHttpApiClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi.Client", |
||||
|
"namespace": "Volo.Abp.PermissionManagement", |
||||
|
"name": "AbpPermissionManagementHttpApiClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Serilog", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Serilog", |
||||
|
"name": "AbpAspNetCoreSerilogModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitWebHostModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,169 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Web.Unified", |
||||
|
"hash": "508b206ebba8c3a83616a07c5fb65fae", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Web", |
||||
|
"namespace": "Volo.CmsKit.Web", |
||||
|
"name": "CmsKitWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Application", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.HttpApi", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.EntityFrameworkCore", |
||||
|
"namespace": "Volo.CmsKit.EntityFrameworkCore", |
||||
|
"name": "CmsKitEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", |
||||
|
"name": "AbpAuditLoggingEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Web", |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"name": "AbpAccountWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.HttpApi", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"name": "AbpEntityFrameworkCoreSqlServerModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"name": "AbpSettingManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"name": "AbpPermissionManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Application", |
||||
|
"namespace": "Volo.Abp.PermissionManagement", |
||||
|
"name": "AbpPermissionManagementApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.HttpApi", |
||||
|
"name": "AbpPermissionManagementHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Web", |
||||
|
"namespace": "Volo.Abp.Identity.Web", |
||||
|
"name": "AbpIdentityWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.HttpApi", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.Identity.EntityFrameworkCore", |
||||
|
"name": "AbpIdentityEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain.Identity", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.Identity", |
||||
|
"name": "AbpPermissionManagementDomainIdentityModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Application", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.HttpApi", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", |
||||
|
"name": "AbpFeatureManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Web", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.Web", |
||||
|
"namespace": "Volo.Abp.TenantManagement.Web", |
||||
|
"name": "AbpTenantManagementWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.Application", |
||||
|
"namespace": "Volo.Abp.TenantManagement", |
||||
|
"name": "AbpTenantManagementApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.HttpApi", |
||||
|
"namespace": "Volo.Abp.TenantManagement", |
||||
|
"name": "AbpTenantManagementHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.TenantManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", |
||||
|
"name": "AbpTenantManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Serilog", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Serilog", |
||||
|
"name": "AbpAspNetCoreSerilogModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", |
||||
|
"name": "BlobStoringDatabaseEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Swashbuckle", |
||||
|
"namespace": "Volo.Abp.Swashbuckle", |
||||
|
"name": "AbpSwashbuckleModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitWebUnifiedModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,194 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Admin.Application.Contracts", |
||||
|
"hash": "f823ecf14f09a112538b9030d69584ec", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitAdminApplicationContractsModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Comment Management", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Comments", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Comments.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Tag Management", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Tags", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Tags.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Update", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Tags.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Tags.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Page Management", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Pages", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Pages.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Update", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Pages.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Pages.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Blog Management", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Blogs", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Blogs.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Update", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Blogs.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Blogs.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Features", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Blogs.Features", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Blog Post Management", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.BlogPosts", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.BlogPosts.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Update", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.BlogPosts.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.BlogPosts.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Publish", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.BlogPosts.Publish", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Menu Management", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Menus", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Menus.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Update", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Menus.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.Menus.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Global Resources", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "CmsKit.GlobalResources", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
File diff suppressed because it is too large
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Admin.HttpApi.Client", |
||||
|
"hash": "c5e56e4c87ad093dc595f003b988c399", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"name": "CmsKitAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.HttpApi.Client", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonHttpApiClientModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitAdminHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Admin.HttpApi", |
||||
|
"hash": "3b9d25b1573a5a31a0b9b438692a46c5", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"name": "CmsKitAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.HttpApi", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonHttpApiModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitAdminHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Admin.Web", |
||||
|
"hash": "3f3a5cce861b64a820bf6f3a21d2a240", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Admin.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"name": "CmsKitAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Web", |
||||
|
"namespace": "Volo.CmsKit.Web", |
||||
|
"name": "CmsKitCommonWebModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitAdminWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Application.Contracts", |
||||
|
"hash": "10a8986c5a73cccdc57fffab9c55e191", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"name": "CmsKitAdminApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitApplicationContractsModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Application", |
||||
|
"hash": "bd0e61873c6f3c79523d518705c87089", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Admin.Application", |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"name": "CmsKitAdminApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitApplicationModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,34 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Common.Application.Contracts", |
||||
|
"hash": "122d4a79e514bb0f349cb829500b1abf", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Domain.Shared", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Authorization", |
||||
|
"namespace": "Volo.Abp.Authorization", |
||||
|
"name": "AbpAuthorizationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitCommonApplicationContractsModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,263 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Common.Application", |
||||
|
"hash": "e756f9adfa0c1e2a3e80ecfc6d43efb3", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Domain", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitCommonApplicationModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Tags", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITagAppService", |
||||
|
"namespace": "Volo.CmsKit.Tags", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "List<TagDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAllRelatedTagsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "TagAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.MediaDescriptors", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMediaDescriptorAppService", |
||||
|
"namespace": "Volo.CmsKit.MediaDescriptors", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "RemoteStreamContent", |
||||
|
"isAsync": true, |
||||
|
"name": "DownloadAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "MediaDescriptorAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Blogs", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IBlogFeatureAppService", |
||||
|
"namespace": "Volo.CmsKit.Blogs", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "BlogFeatureDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetOrDefaultAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "blogId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "featureName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "BlogFeatureAppService", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Common.HttpApi.Client", |
||||
|
"hash": "06cc548d8ca3103220f3431b30630420", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client", |
||||
|
"namespace": "Volo.Abp.Http.Client", |
||||
|
"name": "AbpHttpClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitCommonHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Common.HttpApi", |
||||
|
"hash": "c8b44ad7bc8c09d598cab4a54fcb0ebb", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"name": "AbpAspNetCoreMvcModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitCommonHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Common.Web", |
||||
|
"hash": "ef63b15751459a0eeec202bbc4c1bf99", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"name": "AbpAspNetCoreMvcUiThemeSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitCommonWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,123 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Domain.Shared", |
||||
|
"hash": "b350dc08d218613d7c72fd8613d8c8dd", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"name": "AbpValidationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"name": "AbpGlobalFeaturesModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitDomainSharedModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled blog page", |
||||
|
"description": "Enable blog page in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.BlogEnable", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled commenting", |
||||
|
"description": "Enable comment in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.CommentEnable", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled global resourcing", |
||||
|
"description": "Enable global resource in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.GlobalResourceEnable", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled media", |
||||
|
"description": "Enable media in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.MediaEnable", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled menu", |
||||
|
"description": "Enable menu in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.MenuEnable", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled paging page", |
||||
|
"description": "Enable paging page in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.PageEnable", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled rating", |
||||
|
"description": "Enable rating in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.RatingEnable", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled reaction", |
||||
|
"description": "Enable reaction in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.ReactionEnable", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"valueType": "ToggleStringValueType", |
||||
|
"defaultValue": "true", |
||||
|
"displayName": "Enabled taging", |
||||
|
"description": "Enable taging in the application.", |
||||
|
"isAvailableToHost": true, |
||||
|
"isVisibleToClients": true, |
||||
|
"contentType": "feature", |
||||
|
"name": "CmsKit.TagEnable", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
File diff suppressed because it is too large
@ -0,0 +1,37 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.EntityFrameworkCore", |
||||
|
"hash": "052e43dff51cc6025796a334e3b6b401", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Domain", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Users.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.Users.EntityFrameworkCore", |
||||
|
"name": "AbpUsersEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore", |
||||
|
"name": "AbpEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.EntityFrameworkCore", |
||||
|
"connectionStringName": "CmsKit", |
||||
|
"databaseTables": [], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "CmsKitDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.HttpApi.Client", |
||||
|
"hash": "fb5db336838700eca3ae5ecf02fb2971", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Admin.HttpApi.Client", |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"name": "CmsKitAdminHttpApiClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.HttpApi.Client", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicHttpApiClientModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.HttpApi", |
||||
|
"hash": "dd7ee0f528b8edd18423f0283ee48771", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Admin.HttpApi", |
||||
|
"namespace": "Volo.CmsKit.Admin", |
||||
|
"name": "CmsKitAdminHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.HttpApi", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,116 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.MongoDB", |
||||
|
"hash": "bb711d0111627c1671c0d6c2c73160e1", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.MongoDB", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Domain", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Users.MongoDB", |
||||
|
"namespace": "Volo.Abp.Users.MongoDB", |
||||
|
"name": "AbpUsersMongoDbModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.MongoDB", |
||||
|
"namespace": "Volo.Abp.MongoDB", |
||||
|
"name": "AbpMongoDbModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitMongoDbModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.MongoDB", |
||||
|
"connectionStringName": "CmsKit", |
||||
|
"databaseCollections": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Blogs.Blog", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsBlogs", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Tags.Tag", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsTags", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Reactions.UserReaction", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsUserReactions", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Tags.EntityTag", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsEntityTags", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Comments.Comment", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsComments", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Blogs.BlogPost", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsBlogPosts", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Blogs.BlogFeature", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsBlogFeatures", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Pages.Page", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsPages", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.GlobalResources.GlobalResource", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsGlobalResources", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Ratings.Rating", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsRatings", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.MediaDescriptors.MediaDescriptor", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsMediaDescriptors", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Menus.MenuItem", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsMenuItems", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.CmsKit.Users.CmsUser", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "CmsUsers", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "mongoDbContext", |
||||
|
"name": "CmsKitMongoDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Public.Application.Contracts", |
||||
|
"hash": "4f50ee0046fbfc7a37609a9c4408cafc", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EventBus", |
||||
|
"namespace": "Volo.Abp.EventBus", |
||||
|
"name": "AbpEventBusModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitPublicApplicationContractsModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,740 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Public.Application", |
||||
|
"hash": "dbc8794dfdbb275a73d410403ce7df09", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Application", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitPublicApplicationModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public.Reactions", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IReactionPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Reactions", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<ReactionWithSelectionDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetForSelectionAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "reaction", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "reaction", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "ReactionPublicAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public.Ratings", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRatingPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Ratings", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "RatingDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CreateUpdateRatingInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<RatingWithStarCountDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetGroupedStarCountsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "RatingPublicAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public.Pages", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IPagePublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Pages", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "PageDto", |
||||
|
"isAsync": true, |
||||
|
"name": "FindBySlugAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "slug", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "PagePublicAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public.Menus", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IMenuItemPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Menus", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "List<MenuItemDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "MenuItemPublicAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public.GlobalResources", |
||||
|
"baseClass": { |
||||
|
"name": "ApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalResourcePublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.GlobalResources", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "GlobalResourceDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetGlobalScriptAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "GlobalResourceDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetGlobalStyleAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "GlobalResourcePublicAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public.Comments", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ICommentPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Comments", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<CommentWithDetailsDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CommentDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityType", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "entityId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CreateCommentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CommentDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdateCommentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "CommentPublicAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public.Blogs", |
||||
|
"baseClass": { |
||||
|
"name": "CmsKitPublicAppServiceBase", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IBlogPostPublicAppService", |
||||
|
"namespace": "Volo.CmsKit.Public.Blogs", |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "BlogPostCommonDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "blogSlug", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "blogPostSlug", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PagedResultDto<BlogPostCommonDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "blogSlug", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "BlogPostGetListInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PagedResultDto<CmsUserDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAuthorsHasBlogPostsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "BlogPostFilteredPagedAndSortedResultRequestDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "CmsUserDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAuthorHasBlogPostAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "BlogPostPublicAppService", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Public.HttpApi.Client", |
||||
|
"hash": "e7a6f39a21b56449aa622bceefcd697a", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.HttpApi.Client", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonHttpApiClientModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitPublicHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Public.HttpApi", |
||||
|
"hash": "6eafc7f5a7813222e944c9e3dd7415c4", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.HttpApi", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitCommonHttpApiModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitPublicHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Public.Web", |
||||
|
"hash": "5db66e583dd5eabb1bf45b75013dc7bb", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Public.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit.Public", |
||||
|
"name": "CmsKitPublicApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Common.Web", |
||||
|
"namespace": "Volo.CmsKit.Web", |
||||
|
"name": "CmsKitCommonWebModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitPublicWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "Volo.CmsKit.Web", |
||||
|
"hash": "3f1557c8c666c402e90ecf079e323cdd", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.CmsKit.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Public.Web", |
||||
|
"namespace": "Volo.CmsKit.Public.Web", |
||||
|
"name": "CmsKitPublicWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Admin.Web", |
||||
|
"namespace": "Volo.CmsKit.Admin.Web", |
||||
|
"name": "CmsKitAdminWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.CmsKit.Application.Contracts", |
||||
|
"namespace": "Volo.CmsKit", |
||||
|
"name": "CmsKitApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "CmsKitWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,47 @@ |
|||||
|
{ |
||||
|
"name": "VoloDocs.EntityFrameworkCore", |
||||
|
"hash": "812957e8869f2799e209f3ee8c080b03", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "VoloDocs.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Docs.EntityFrameworkCore", |
||||
|
"name": "DocsEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.Identity.EntityFrameworkCore", |
||||
|
"name": "AbpIdentityEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", |
||||
|
"name": "AbpPermissionManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", |
||||
|
"name": "AbpSettingManagementEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", |
||||
|
"name": "AbpEntityFrameworkCoreSqlServerModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "VoloDocsEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "VoloDocs.EntityFrameworkCore", |
||||
|
"connectionStringName": null, |
||||
|
"databaseTables": [], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "VoloDocsDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "VoloDocs.Migrator", |
||||
|
"hash": "0ac8c1eb9d9d1c7a53ace043889b10f7", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "VoloDocs.Migrator", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "VoloDocs.EntityFrameworkCore", |
||||
|
"namespace": "VoloDocs.EntityFrameworkCore", |
||||
|
"name": "VoloDocsEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "VoloDocsMigratorModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,104 @@ |
|||||
|
{ |
||||
|
"name": "VoloDocs.Web", |
||||
|
"hash": "306d9528459a7cf58cf1526c6fe8724d", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "VoloDocs.Web", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Web", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Web", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Application", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.HttpApi", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Application", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.HttpApi", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "VoloDocs.EntityFrameworkCore", |
||||
|
"namespace": "VoloDocs.EntityFrameworkCore", |
||||
|
"name": "VoloDocsEntityFrameworkCoreModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Autofac", |
||||
|
"namespace": "Volo.Abp.Autofac", |
||||
|
"name": "AbpAutofacModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Web", |
||||
|
"namespace": "Volo.Abp.Account.Web", |
||||
|
"name": "AbpAccountWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.Application", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Account.HttpApi", |
||||
|
"namespace": "Volo.Abp.Account", |
||||
|
"name": "AbpAccountHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Web", |
||||
|
"namespace": "Volo.Abp.Identity.Web", |
||||
|
"name": "AbpIdentityWebModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.Application", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Identity.HttpApi", |
||||
|
"namespace": "Volo.Abp.Identity", |
||||
|
"name": "AbpIdentityHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain.Identity", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.Identity", |
||||
|
"name": "AbpPermissionManagementDomainIdentityModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.Application", |
||||
|
"namespace": "Volo.Abp.PermissionManagement", |
||||
|
"name": "AbpPermissionManagementApplicationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi", |
||||
|
"namespace": "Volo.Abp.PermissionManagement.HttpApi", |
||||
|
"name": "AbpPermissionManagementHttpApiModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", |
||||
|
"name": "AbpAspNetCoreMvcUiBasicThemeModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "VoloDocsWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,64 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Admin.Application.Contracts", |
||||
|
"hash": "095b47a140f09e91f022f81e715b4976", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain.Shared", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", |
||||
|
"namespace": "Volo.Abp.Authorization", |
||||
|
"name": "AbpAuthorizationAbstractionsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsAdminApplicationContractsModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Projects", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Docs.Admin.Projects", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Edit", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Docs.Admin.Projects.Update", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Delete", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Docs.Admin.Projects.Delete", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Create", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Docs.Admin.Projects.Create", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Documents", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "Docs.Admin.Documents", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,341 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Admin.Application", |
||||
|
"hash": "9d08204691900bbc318f2d61747d961f", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsAdminApplicationModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Admin.Projects", |
||||
|
"baseClass": { |
||||
|
"name": "ApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IProjectAdminAppService", |
||||
|
"namespace": "Volo.Docs.Admin.Projects", |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "PagedResultDto<ProjectDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "PagedAndSortedResultRequestDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ProjectDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ProjectDto", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CreateProjectDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ProjectDto", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdateProjectDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ReindexAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "ReindexInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ReindexAllAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<ProjectWithoutDetailsDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListWithoutDetailsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "ProjectAdminAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Admin.Documents", |
||||
|
"baseClass": { |
||||
|
"name": "ApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDocumentAdminAppService", |
||||
|
"namespace": "Volo.Docs.Admin.Documents", |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ClearCacheAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "ClearCacheInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "PullAllAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "PullAllDocumentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "PullAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "PullDocumentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "PagedResultDto<DocumentDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAllAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "GetAllInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "RemoveFromCacheAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "documentId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "ReindexAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "documentId", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<DocumentInfoDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetFilterItemsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "DocumentAdminAppService", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Admin.HttpApi.Client", |
||||
|
"hash": "55aeaaeb4ae81425c9f86d2825fe77d5", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client", |
||||
|
"namespace": "Volo.Abp.Http.Client", |
||||
|
"name": "AbpHttpClientModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsAdminHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Admin.HttpApi", |
||||
|
"hash": "997534eb970c93f92308c5a1df7185cf", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"name": "AbpAspNetCoreMvcModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsAdminHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Admin.Web", |
||||
|
"hash": "dd7cce7e2fd63c55998fa4c2030c5cd6", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts", |
||||
|
"namespace": "Volo.Docs.Admin", |
||||
|
"name": "DocsAdminApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", |
||||
|
"name": "AbpAspNetCoreMvcUiBootstrapModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsAdminWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Application.Contracts", |
||||
|
"hash": "4911fb87fa8e3581c4827d6348d925ba", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain.Shared", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationContractsModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsApplicationContractsModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,326 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Application", |
||||
|
"hash": "6577c5c6152a502ca398540df8cd3a62", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Application.Contracts", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsApplicationModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Projects", |
||||
|
"baseClass": { |
||||
|
"name": "DocsAppServiceBase", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"declaringAssemblyName": "Volo.Docs.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IProjectAppService", |
||||
|
"namespace": "Volo.Docs.Projects", |
||||
|
"declaringAssemblyName": "Volo.Docs.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "ListResultDto<ProjectDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ProjectDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "shortName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "ListResultDto<VersionInfoDto>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetVersionsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "shortName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "LanguageConfig", |
||||
|
"isAsync": true, |
||||
|
"name": "GetLanguageListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "shortName", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "String", |
||||
|
"isAsync": true, |
||||
|
"name": "GetDefaultLanguageCodeAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "shortName", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "ProjectAppService", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Documents", |
||||
|
"baseClass": { |
||||
|
"name": "DocsAppServiceBase", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"declaringAssemblyName": "Volo.Docs.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IDocumentAppService", |
||||
|
"namespace": "Volo.Docs.Documents", |
||||
|
"declaringAssemblyName": "Volo.Docs.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "DocumentWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "GetDocumentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "DocumentWithDetailsDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetDefaultAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "GetDefaultDocumentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "NavigationNode", |
||||
|
"isAsync": true, |
||||
|
"name": "GetNavigationAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "GetNavigationDocumentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "DocumentResourceDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetResourceAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "GetDocumentResourceInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<DocumentSearchOutput>", |
||||
|
"isAsync": true, |
||||
|
"name": "SearchAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "DocumentSearchInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Boolean", |
||||
|
"isAsync": true, |
||||
|
"name": "FullSearchEnabledAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<String>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetUrlsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "prefix", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "DocumentParametersDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetParametersAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "GetParametersDocumentInput", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "DocumentAppService", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Domain.Shared", |
||||
|
"hash": "927ef52146cb0f41e0a1b241766304c1", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Localization", |
||||
|
"namespace": "Volo.Abp.Localization", |
||||
|
"name": "AbpLocalizationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsDomainSharedModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,720 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Domain", |
||||
|
"hash": "94bd8ae44eff07551b074284a39f0452", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain.Shared", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain", |
||||
|
"namespace": "Volo.Abp.Domain", |
||||
|
"name": "AbpDddDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsDomainModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "name", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetFormat", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "format", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetNavigationDocumentName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "navigationDocumentName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetParametersDocumentName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "parametersDocumentName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "SetDefaultDocumentName", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "defaultDocumentName", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Docs.Projects", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "Project", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "AggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasConcurrencyStamp", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Data" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "AddContributor", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "username", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "userProfileUrl", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "avatarUrl", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "Int32", |
||||
|
"name": "commitCount", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "RemoveAllContributors", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "RemoveContributor", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "username", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "userProfileUrl", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "avatarUrl", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "DocumentContributor", |
||||
|
"isAsync": false, |
||||
|
"name": "FindContributor", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "username", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "userProfileUrl", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "avatarUrl", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Docs.Documents", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": { |
||||
|
"contributors": { |
||||
|
"name": "DocumentContributor", |
||||
|
"namespace": "Volo.Docs.Documents", |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "Document", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.GitHub.Documents", |
||||
|
"baseClass": { |
||||
|
"name": "DomainService", |
||||
|
"namespace": "Volo.Abp.Domain.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Document", |
||||
|
"isAsync": true, |
||||
|
"name": "GetDocumentAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Project", |
||||
|
"name": "project", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "documentName", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "languageCode", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "Nullable<DateTime>", |
||||
|
"name": "lastKnownSignificantUpdateTime", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<VersionInfo>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetVersionsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Project", |
||||
|
"name": "project", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "DocumentResource", |
||||
|
"isAsync": true, |
||||
|
"name": "GetResource", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Project", |
||||
|
"name": "project", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "resourceName", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "languageCode", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "LanguageConfig", |
||||
|
"isAsync": true, |
||||
|
"name": "GetLanguageListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Project", |
||||
|
"name": "project", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "domainService", |
||||
|
"name": "GithubDocumentSource", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.GitHub.Documents", |
||||
|
"baseClass": { |
||||
|
"name": "DomainService", |
||||
|
"namespace": "Volo.Abp.Domain.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Boolean", |
||||
|
"isAsync": false, |
||||
|
"name": "HasPatchSignificantChanges", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "patch", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "domainService", |
||||
|
"name": "GithubPatchAnalyzer", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.FileSystem.Documents", |
||||
|
"baseClass": { |
||||
|
"name": "DomainService", |
||||
|
"namespace": "Volo.Abp.Domain.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Document", |
||||
|
"isAsync": true, |
||||
|
"name": "GetDocumentAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Project", |
||||
|
"name": "project", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "documentName", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "languageCode", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "Nullable<DateTime>", |
||||
|
"name": "lastKnownSignificantUpdateTime", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<VersionInfo>", |
||||
|
"isAsync": true, |
||||
|
"name": "GetVersionsAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Project", |
||||
|
"name": "project", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "LanguageConfig", |
||||
|
"isAsync": true, |
||||
|
"name": "GetLanguageListAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Project", |
||||
|
"name": "project", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "DocumentResource", |
||||
|
"isAsync": true, |
||||
|
"name": "GetResource", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Project", |
||||
|
"name": "project", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "resourceName", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "languageCode", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "domainService", |
||||
|
"name": "FileSystemDocumentSource", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Documents.FullSearch.Elastic", |
||||
|
"baseClass": { |
||||
|
"name": "DomainService", |
||||
|
"namespace": "Volo.Abp.Domain.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "CreateIndexIfNeededAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CancellationToken", |
||||
|
"name": "cancellationToken", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "AddOrUpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Document", |
||||
|
"name": "document", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CancellationToken", |
||||
|
"name": "cancellationToken", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "AddOrUpdateManyAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "IEnumerable<Document>", |
||||
|
"name": "documents", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CancellationToken", |
||||
|
"name": "cancellationToken", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "id", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CancellationToken", |
||||
|
"name": "cancellationToken", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAllAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "CancellationToken", |
||||
|
"name": "cancellationToken", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "DeleteAllByProjectIdAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "projectId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CancellationToken", |
||||
|
"name": "cancellationToken", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "List<EsDocument>", |
||||
|
"isAsync": true, |
||||
|
"name": "SearchAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "context", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "Guid", |
||||
|
"name": "projectId", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "languageCode", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "version", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "Nullable<Int32>", |
||||
|
"name": "skipCount", |
||||
|
"isOptional": true |
||||
|
}, |
||||
|
{ |
||||
|
"type": "Nullable<Int32>", |
||||
|
"name": "maxResultCount", |
||||
|
"isOptional": true |
||||
|
}, |
||||
|
{ |
||||
|
"type": "CancellationToken", |
||||
|
"name": "cancellationToken", |
||||
|
"isOptional": true |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "ValidateElasticSearchEnabled", |
||||
|
"summary": null, |
||||
|
"parameters": [] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "domainService", |
||||
|
"name": "ElasticDocumentFullSearch", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Projects", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Docs.Projects", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "Project", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IProjectRepository", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.Documents", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Docs.Documents", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": { |
||||
|
"contributors": { |
||||
|
"name": "DocumentContributor", |
||||
|
"namespace": "Volo.Docs.Documents", |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain" |
||||
|
} |
||||
|
}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "Document", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IDocumentRepository", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,51 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.EntityFrameworkCore", |
||||
|
"hash": "726e95d02ce07cd3a0e5bd1b5c3c7238", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore", |
||||
|
"name": "AbpEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.EntityFrameworkCore", |
||||
|
"connectionStringName": "Docs", |
||||
|
"databaseTables": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Docs.Documents.Document", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "DocsDocuments", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Docs.Documents.DocumentContributor", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "DocsDocumentContributors", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Docs.Projects.Project", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "DocsProjects", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "DocsDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.HttpApi.Client", |
||||
|
"hash": "2664fb619b29ece59f080257f7cd7dca", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Application.Contracts", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Http.Client", |
||||
|
"namespace": "Volo.Abp.Http.Client", |
||||
|
"name": "AbpHttpClientModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsHttpApiClientModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.HttpApi", |
||||
|
"hash": "5b9269acaac218b51730781deae0f0e2", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Application.Contracts", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc", |
||||
|
"name": "AbpAspNetCoreMvcModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsHttpApiModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,45 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.MongoDB", |
||||
|
"hash": "42352ed68d8d29cf84fc19310b61bbea", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.MongoDB", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Domain", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.MongoDB", |
||||
|
"namespace": "Volo.Abp.MongoDB", |
||||
|
"name": "AbpMongoDbModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsMongoDbModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Docs.MongoDB", |
||||
|
"connectionStringName": "Docs", |
||||
|
"databaseCollections": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Docs.Documents.Document", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "DocsDocumentS", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Docs.Projects.Project", |
||||
|
"contentType": "databaseCollection", |
||||
|
"name": "DocsProjects", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "mongoDbContext", |
||||
|
"name": "DocsMongoDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,44 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Docs.Web", |
||||
|
"hash": "5247e92ecf4e6a5d88d17a5f0d82321a", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Docs", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Docs.Application.Contracts", |
||||
|
"namespace": "Volo.Docs", |
||||
|
"name": "DocsApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AutoMapper", |
||||
|
"namespace": "Volo.Abp.AutoMapper", |
||||
|
"name": "AbpAutoMapperModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", |
||||
|
"name": "AbpAspNetCoreMvcUiBootstrapModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", |
||||
|
"name": "AbpAspNetCoreMvcUiThemeSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Packages", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Packages", |
||||
|
"name": "AbpAspNetCoreMvcUiPackagesModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", |
||||
|
"namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", |
||||
|
"name": "AbpAspNetCoreMvcUiBundlingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "DocsWebModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,41 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.FeatureManagement.Application.Contracts", |
||||
|
"hash": "879a9919f3c5f2dd9f0ee92be5b861c4", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Domain.Shared", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", |
||||
|
"namespace": "Volo.Abp.Authorization", |
||||
|
"name": "AbpAuthorizationAbstractionsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Json", |
||||
|
"namespace": "Volo.Abp.Json", |
||||
|
"name": "AbpJsonModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpFeatureManagementApplicationContractsModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"displayName": "Manage Host features", |
||||
|
"isEnabled": true, |
||||
|
"contentType": "permission", |
||||
|
"name": "FeatureManagement.ManageHostFeatures", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,130 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.FeatureManagement.Application", |
||||
|
"hash": "d038e9165d998d0aec011b6a17798f1a", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Domain", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Application.Contracts", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementApplicationContractsModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application", |
||||
|
"namespace": "Volo.Abp.Application", |
||||
|
"name": "AbpDddApplicationModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpFeatureManagementApplicationModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"baseClass": { |
||||
|
"name": "FeatureManagementAppServiceBase", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Application" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IApplicationService", |
||||
|
"namespace": "Volo.Abp.Application.Services", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IRemoteService", |
||||
|
"namespace": "Volo.Abp", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAvoidDuplicateCrossCuttingConcerns", |
||||
|
"namespace": "Volo.Abp.Aspects", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IValidationEnabled", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IUnitOfWorkEnabled", |
||||
|
"namespace": "Volo.Abp.Uow", |
||||
|
"declaringAssemblyName": "Volo.Abp.Uow" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAuditingEnabled", |
||||
|
"namespace": "Volo.Abp.Auditing", |
||||
|
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGlobalFeatureCheckingEnabled", |
||||
|
"namespace": "Volo.Abp.GlobalFeatures", |
||||
|
"declaringAssemblyName": "Volo.Abp.GlobalFeatures" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "ITransientDependency", |
||||
|
"namespace": "Volo.Abp.DependencyInjection", |
||||
|
"declaringAssemblyName": "Volo.Abp.Core" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IFeatureAppService", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Application.Contracts" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "GetFeatureListResultDto", |
||||
|
"isAsync": true, |
||||
|
"name": "GetAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "providerName", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "providerKey", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": true, |
||||
|
"name": "UpdateAsync", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "providerName", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "String", |
||||
|
"name": "providerKey", |
||||
|
"isOptional": false |
||||
|
}, |
||||
|
{ |
||||
|
"type": "UpdateFeaturesDto", |
||||
|
"name": "input", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"contentType": "applicationService", |
||||
|
"name": "FeatureAppService", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.FeatureManagement.Domain.Shared", |
||||
|
"hash": "dc0328e54715158fd1ca962affd3b8df", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Validation", |
||||
|
"namespace": "Volo.Abp.Validation", |
||||
|
"name": "AbpValidationModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Json", |
||||
|
"namespace": "Volo.Abp.Json", |
||||
|
"name": "AbpJsonModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpFeatureManagementDomainSharedModule", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,259 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.FeatureManagement.Domain", |
||||
|
"hash": "c492222dd20fe3ffd91cf8837101affe", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Domain.Shared", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementDomainSharedModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Features", |
||||
|
"namespace": "Volo.Abp.Features", |
||||
|
"name": "AbpFeaturesModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.Caching", |
||||
|
"namespace": "Volo.Abp.Caching", |
||||
|
"name": "AbpCachingModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpFeatureManagementDomainModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "BasicAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Boolean", |
||||
|
"isAsync": false, |
||||
|
"name": "HasSameData", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "FeatureDefinitionRecord", |
||||
|
"name": "otherRecord", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "Patch", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "FeatureDefinitionRecord", |
||||
|
"name": "otherRecord", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "FeatureDefinitionRecord", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "BasicAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IGeneratesDomainEvents", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IHasExtraProperties", |
||||
|
"namespace": "Volo.Abp.Data", |
||||
|
"declaringAssemblyName": "Volo.Abp.ObjectExtending" |
||||
|
} |
||||
|
], |
||||
|
"methods": [ |
||||
|
{ |
||||
|
"returnType": "Boolean", |
||||
|
"isAsync": false, |
||||
|
"name": "HasSameData", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "FeatureGroupDefinitionRecord", |
||||
|
"name": "otherRecord", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"returnType": "Void", |
||||
|
"isAsync": false, |
||||
|
"name": "Patch", |
||||
|
"summary": null, |
||||
|
"parameters": [ |
||||
|
{ |
||||
|
"type": "FeatureGroupDefinitionRecord", |
||||
|
"name": "otherRecord", |
||||
|
"isOptional": false |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "FeatureGroupDefinitionRecord", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"baseClass": { |
||||
|
"name": "Entity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
"implementingInterfaces": [ |
||||
|
{ |
||||
|
"name": "IEntity", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IEntity<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot<Guid>", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "IAggregateRoot", |
||||
|
"namespace": "Volo.Abp.Domain.Entities", |
||||
|
"declaringAssemblyName": "Volo.Abp.Ddd.Domain" |
||||
|
} |
||||
|
], |
||||
|
"methods": [], |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "aggregateRoot", |
||||
|
"name": "FeatureValue", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "FeatureDefinitionRecord", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IFeatureDefinitionRecordRepository", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "FeatureGroupDefinitionRecord", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IFeatureGroupDefinitionRecordRepository", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"entityAnalyzeModel": { |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"primaryKeyType": "Guid", |
||||
|
"collectionProperties": {}, |
||||
|
"navigationProperties": {}, |
||||
|
"contentType": "entity", |
||||
|
"name": "FeatureValue", |
||||
|
"summary": null |
||||
|
}, |
||||
|
"contentType": "repositoryInterface", |
||||
|
"name": "IFeatureValueRepository", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,51 @@ |
|||||
|
{ |
||||
|
"name": "Volo.Abp.FeatureManagement.EntityFrameworkCore", |
||||
|
"hash": "95806ac827332b672654c45c95426d74", |
||||
|
"contents": [ |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", |
||||
|
"dependsOnModules": [ |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.FeatureManagement.Domain", |
||||
|
"namespace": "Volo.Abp.FeatureManagement", |
||||
|
"name": "AbpFeatureManagementDomainModule" |
||||
|
}, |
||||
|
{ |
||||
|
"declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", |
||||
|
"namespace": "Volo.Abp.EntityFrameworkCore", |
||||
|
"name": "AbpEntityFrameworkCoreModule" |
||||
|
} |
||||
|
], |
||||
|
"contentType": "abpModule", |
||||
|
"name": "AbpFeatureManagementEntityFrameworkCoreModule", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", |
||||
|
"connectionStringName": "AbpFeatureManagement", |
||||
|
"databaseTables": [ |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.FeatureManagement.FeatureDefinitionRecord", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpFeatures", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.FeatureManagement.FeatureGroupDefinitionRecord", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpFeatureGroups", |
||||
|
"summary": null |
||||
|
}, |
||||
|
{ |
||||
|
"entityFullName": "Volo.Abp.FeatureManagement.FeatureValue", |
||||
|
"contentType": "databaseTable", |
||||
|
"name": "AbpFeatureValues", |
||||
|
"summary": null |
||||
|
} |
||||
|
], |
||||
|
"contentType": "efCoreDbContext", |
||||
|
"name": "FeatureManagementDbContext", |
||||
|
"summary": null |
||||
|
} |
||||
|
] |
||||
|
} |
||||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue