Skip to content

Commit

Permalink
Update_NPM_Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
voloagent committed Aug 28, 2024
1 parent fbac349 commit a586205
Show file tree
Hide file tree
Showing 277 changed files with 8,571 additions and 2,377 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.Application.Contracts",
"hash": "392da50100d94bd18adbc7c41cd9efce",
"hash": "",
"contents": [
{
"namespace": "Volo.Abp.Account",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.Application",
"hash": "ebd6f98a2003938944d5a3790daf20af",
"hash": "",
"contents": [
{
"namespace": "Volo.Abp.Account",
Expand Down Expand Up @@ -141,6 +141,7 @@
"methods": [
{
"returnType": "IdentityUserDto",
"namespace": "Volo.Abp.Account",
"name": "RegisterAsync",
"summary": null,
"isAsync": true,
Expand All @@ -157,6 +158,7 @@
},
{
"returnType": "Void",
"namespace": "Volo.Abp.Account",
"name": "SendPasswordResetCodeAsync",
"summary": null,
"isAsync": true,
Expand All @@ -173,6 +175,7 @@
},
{
"returnType": "Boolean",
"namespace": "Volo.Abp.Account",
"name": "VerifyPasswordResetTokenAsync",
"summary": null,
"isAsync": true,
Expand All @@ -189,6 +192,7 @@
},
{
"returnType": "Void",
"namespace": "Volo.Abp.Account",
"name": "ResetPasswordAsync",
"summary": null,
"isAsync": true,
Expand All @@ -208,6 +212,87 @@
"name": "AccountAppService",
"summary": null
},
{
"namespace": "Volo.Abp.Account",
"baseClass": {
"name": "IdentityAppServiceBase",
"namespace": "Volo.Abp.Identity",
"declaringAssemblyName": "Volo.Abp.Identity.Application",
"fullName": "Volo.Abp.Identity.IdentityAppServiceBase"
},
"implementingInterfaces": [
{
"name": "IApplicationService",
"namespace": "Volo.Abp.Application.Services",
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts",
"fullName": "Volo.Abp.Application.Services.IApplicationService"
},
{
"name": "IRemoteService",
"namespace": "Volo.Abp",
"declaringAssemblyName": "Volo.Abp.Core",
"fullName": "Volo.Abp.IRemoteService"
},
{
"name": "IAvoidDuplicateCrossCuttingConcerns",
"namespace": "Volo.Abp.Aspects",
"declaringAssemblyName": "Volo.Abp.Core",
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns"
},
{
"name": "IValidationEnabled",
"namespace": "Volo.Abp.Validation",
"declaringAssemblyName": "Volo.Abp.Validation",
"fullName": "Volo.Abp.Validation.IValidationEnabled"
},
{
"name": "IUnitOfWorkEnabled",
"namespace": "Volo.Abp.Uow",
"declaringAssemblyName": "Volo.Abp.Uow",
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled"
},
{
"name": "IAuditingEnabled",
"namespace": "Volo.Abp.Auditing",
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts",
"fullName": "Volo.Abp.Auditing.IAuditingEnabled"
},
{
"name": "IGlobalFeatureCheckingEnabled",
"namespace": "Volo.Abp.GlobalFeatures",
"declaringAssemblyName": "Volo.Abp.GlobalFeatures",
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled"
},
{
"name": "ITransientDependency",
"namespace": "Volo.Abp.DependencyInjection",
"declaringAssemblyName": "Volo.Abp.Core",
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency"
},
{
"name": "IDynamicClaimsAppService",
"namespace": "Volo.Abp.Account",
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts",
"fullName": "Volo.Abp.Account.IDynamicClaimsAppService"
}
],
"methods": [
{
"returnType": "Void",
"namespace": "Volo.Abp.Account",
"name": "RefreshAsync",
"summary": null,
"isAsync": true,
"isPublic": true,
"isPrivate": false,
"isStatic": false,
"parameters": []
}
],
"contentType": "applicationService",
"name": "DynamicClaimsAppService",
"summary": null
},
{
"namespace": "Volo.Abp.Account",
"baseClass": {
Expand Down Expand Up @@ -275,6 +360,7 @@
"methods": [
{
"returnType": "ProfileDto",
"namespace": "Volo.Abp.Account",
"name": "GetAsync",
"summary": null,
"isAsync": true,
Expand All @@ -285,6 +371,7 @@
},
{
"returnType": "ProfileDto",
"namespace": "Volo.Abp.Account",
"name": "UpdateAsync",
"summary": null,
"isAsync": true,
Expand All @@ -301,6 +388,7 @@
},
{
"returnType": "Void",
"namespace": "Volo.Abp.Account",
"name": "ChangePasswordAsync",
"summary": null,
"isAsync": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
{
"name": "Volo.Abp.Account.Blazor",
"hash": "caa7279a6d55f90db90b3ec2313a4e12",
"hash": "",
"contents": [
{
"namespace": "Volo.Abp.Account.Blazor;",
"namespace": "Volo.Abp.Account.Blazor",
"dependsOnModules": [
{
"declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.Theming",
"namespace": "Volo.Abp.AspNetCore.Components.Web.Theming",
"name": "AbpAspNetCoreComponentsWebThemingModule"
},
{
"declaringAssemblyName": "Volo.Abp.AutoMapper",
"namespace": "Volo.Abp.AutoMapper",
"name": "AbpAutoMapperModule"
},
{
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts",
"namespace": "Volo.Abp.Account",
"name": "AbpAccountApplicationContractsModule"
}
],
"implementingInterfaces": [
{
Expand Down Expand Up @@ -53,6 +68,12 @@
"contentType": "abpModule",
"name": "AbpAccountBlazorModule",
"summary": null
},
{
"namespace": "Volo.Abp.Account.Blazor.Pages.Account",
"contentType": "webPage",
"name": "AccountManage",
"summary": null
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.HttpApi.Client",
"hash": "5a1716ad59fa19da3009381a4d0d3e1d",
"hash": "",
"contents": [
{
"namespace": "Volo.Abp.Account",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.HttpApi",
"hash": "caa7279a6d55f90db90b3ec2313a4e12",
"hash": "",
"contents": [
{
"namespace": "Volo.Abp.Account",
Expand Down Expand Up @@ -68,6 +68,107 @@
"contentType": "abpModule",
"name": "AbpAccountHttpApiModule",
"summary": null
},
{
"apis": [
{
"path": "api/account/register",
"method": "POST",
"groupName": "Account",
"responseType": "Volo.Abp.Identity.IdentityUserDto",
"responseTypeAsJson": "",
"parameterDescriptions": [
{
"name": "input",
"type": "RegisterDto"
}
]
},
{
"path": "api/account/send-password-reset-code",
"method": "POST",
"groupName": "Account",
"responseType": "System.Void",
"responseTypeAsJson": "",
"parameterDescriptions": [
{
"name": "input",
"type": "SendPasswordResetCodeDto"
}
]
},
{
"path": "api/account/verify-password-reset-token",
"method": "POST",
"groupName": "Account",
"responseType": "System.Boolean",
"responseTypeAsJson": "true",
"parameterDescriptions": [
{
"name": "input",
"type": "VerifyPasswordResetTokenInput"
}
]
},
{
"path": "api/account/reset-password",
"method": "POST",
"groupName": "Account",
"responseType": "System.Void",
"responseTypeAsJson": "",
"parameterDescriptions": [
{
"name": "input",
"type": "ResetPasswordDto"
}
]
},
{
"path": "api/account/dynamic-claims/refresh",
"method": "POST",
"groupName": "DynamicClaims",
"responseType": "System.Void",
"responseTypeAsJson": "",
"parameterDescriptions": []
},
{
"path": "api/account/my-profile",
"method": "GET",
"groupName": "Profile",
"responseType": "Volo.Abp.Account.ProfileDto",
"responseTypeAsJson": "",
"parameterDescriptions": []
},
{
"path": "api/account/my-profile",
"method": "PUT",
"groupName": "Profile",
"responseType": "Volo.Abp.Account.ProfileDto",
"responseTypeAsJson": "",
"parameterDescriptions": [
{
"name": "input",
"type": "UpdateProfileDto"
}
]
},
{
"path": "api/account/my-profile/change-password",
"method": "POST",
"groupName": "Profile",
"responseType": "System.Void",
"responseTypeAsJson": "",
"parameterDescriptions": [
{
"name": "input",
"type": "ChangePasswordInput"
}
]
}
],
"contentType": "httpApi",
"name": "Defined Http Apis",
"summary": null
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Volo.Abp.Account.Web.OpenIddict",
"hash": "29785246e5bdaa8010c7da236efe3ba1",
"hash": "",
"contents": [
{
"namespace": "Volo.Abp.Account.Web",
Expand Down
Loading

0 comments on commit a586205

Please sign in to comment.