Skip to content

Commit c33a3fb

Browse files
committed
Update_NPM_Packages
1 parent 587ec40 commit c33a3fb

File tree

276 files changed

+7809
-2370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+7809
-2370
lines changed

modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.abppkg.analyze.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Volo.Abp.Account.Application.Contracts",
3-
"hash": "392da50100d94bd18adbc7c41cd9efce",
3+
"hash": "",
44
"contents": [
55
{
66
"namespace": "Volo.Abp.Account",

modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.abppkg.analyze.json

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Volo.Abp.Account.Application",
3-
"hash": "ebd6f98a2003938944d5a3790daf20af",
3+
"hash": "",
44
"contents": [
55
{
66
"namespace": "Volo.Abp.Account",
@@ -141,6 +141,7 @@
141141
"methods": [
142142
{
143143
"returnType": "IdentityUserDto",
144+
"namespace": "Volo.Abp.Account",
144145
"name": "RegisterAsync",
145146
"summary": null,
146147
"isAsync": true,
@@ -157,6 +158,7 @@
157158
},
158159
{
159160
"returnType": "Void",
161+
"namespace": "Volo.Abp.Account",
160162
"name": "SendPasswordResetCodeAsync",
161163
"summary": null,
162164
"isAsync": true,
@@ -173,6 +175,7 @@
173175
},
174176
{
175177
"returnType": "Boolean",
178+
"namespace": "Volo.Abp.Account",
176179
"name": "VerifyPasswordResetTokenAsync",
177180
"summary": null,
178181
"isAsync": true,
@@ -189,6 +192,7 @@
189192
},
190193
{
191194
"returnType": "Void",
195+
"namespace": "Volo.Abp.Account",
192196
"name": "ResetPasswordAsync",
193197
"summary": null,
194198
"isAsync": true,
@@ -208,6 +212,87 @@
208212
"name": "AccountAppService",
209213
"summary": null
210214
},
215+
{
216+
"namespace": "Volo.Abp.Account",
217+
"baseClass": {
218+
"name": "IdentityAppServiceBase",
219+
"namespace": "Volo.Abp.Identity",
220+
"declaringAssemblyName": "Volo.Abp.Identity.Application",
221+
"fullName": "Volo.Abp.Identity.IdentityAppServiceBase"
222+
},
223+
"implementingInterfaces": [
224+
{
225+
"name": "IApplicationService",
226+
"namespace": "Volo.Abp.Application.Services",
227+
"declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts",
228+
"fullName": "Volo.Abp.Application.Services.IApplicationService"
229+
},
230+
{
231+
"name": "IRemoteService",
232+
"namespace": "Volo.Abp",
233+
"declaringAssemblyName": "Volo.Abp.Core",
234+
"fullName": "Volo.Abp.IRemoteService"
235+
},
236+
{
237+
"name": "IAvoidDuplicateCrossCuttingConcerns",
238+
"namespace": "Volo.Abp.Aspects",
239+
"declaringAssemblyName": "Volo.Abp.Core",
240+
"fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns"
241+
},
242+
{
243+
"name": "IValidationEnabled",
244+
"namespace": "Volo.Abp.Validation",
245+
"declaringAssemblyName": "Volo.Abp.Validation",
246+
"fullName": "Volo.Abp.Validation.IValidationEnabled"
247+
},
248+
{
249+
"name": "IUnitOfWorkEnabled",
250+
"namespace": "Volo.Abp.Uow",
251+
"declaringAssemblyName": "Volo.Abp.Uow",
252+
"fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled"
253+
},
254+
{
255+
"name": "IAuditingEnabled",
256+
"namespace": "Volo.Abp.Auditing",
257+
"declaringAssemblyName": "Volo.Abp.Auditing.Contracts",
258+
"fullName": "Volo.Abp.Auditing.IAuditingEnabled"
259+
},
260+
{
261+
"name": "IGlobalFeatureCheckingEnabled",
262+
"namespace": "Volo.Abp.GlobalFeatures",
263+
"declaringAssemblyName": "Volo.Abp.GlobalFeatures",
264+
"fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled"
265+
},
266+
{
267+
"name": "ITransientDependency",
268+
"namespace": "Volo.Abp.DependencyInjection",
269+
"declaringAssemblyName": "Volo.Abp.Core",
270+
"fullName": "Volo.Abp.DependencyInjection.ITransientDependency"
271+
},
272+
{
273+
"name": "IDynamicClaimsAppService",
274+
"namespace": "Volo.Abp.Account",
275+
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts",
276+
"fullName": "Volo.Abp.Account.IDynamicClaimsAppService"
277+
}
278+
],
279+
"methods": [
280+
{
281+
"returnType": "Void",
282+
"namespace": "Volo.Abp.Account",
283+
"name": "RefreshAsync",
284+
"summary": null,
285+
"isAsync": true,
286+
"isPublic": true,
287+
"isPrivate": false,
288+
"isStatic": false,
289+
"parameters": []
290+
}
291+
],
292+
"contentType": "applicationService",
293+
"name": "DynamicClaimsAppService",
294+
"summary": null
295+
},
211296
{
212297
"namespace": "Volo.Abp.Account",
213298
"baseClass": {
@@ -275,6 +360,7 @@
275360
"methods": [
276361
{
277362
"returnType": "ProfileDto",
363+
"namespace": "Volo.Abp.Account",
278364
"name": "GetAsync",
279365
"summary": null,
280366
"isAsync": true,
@@ -285,6 +371,7 @@
285371
},
286372
{
287373
"returnType": "ProfileDto",
374+
"namespace": "Volo.Abp.Account",
288375
"name": "UpdateAsync",
289376
"summary": null,
290377
"isAsync": true,
@@ -301,6 +388,7 @@
301388
},
302389
{
303390
"returnType": "Void",
391+
"namespace": "Volo.Abp.Account",
304392
"name": "ChangePasswordAsync",
305393
"summary": null,
306394
"isAsync": true,

modules/account/src/Volo.Abp.Account.Blazor/Volo.Abp.Account.Blazor.abppkg.analyze.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
{
22
"name": "Volo.Abp.Account.Blazor",
3-
"hash": "caa7279a6d55f90db90b3ec2313a4e12",
3+
"hash": "",
44
"contents": [
55
{
6-
"namespace": "Volo.Abp.Account.Blazor;",
6+
"namespace": "Volo.Abp.Account.Blazor",
77
"dependsOnModules": [
8+
{
9+
"declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.Theming",
10+
"namespace": "Volo.Abp.AspNetCore.Components.Web.Theming",
11+
"name": "AbpAspNetCoreComponentsWebThemingModule"
12+
},
13+
{
14+
"declaringAssemblyName": "Volo.Abp.AutoMapper",
15+
"namespace": "Volo.Abp.AutoMapper",
16+
"name": "AbpAutoMapperModule"
17+
},
18+
{
19+
"declaringAssemblyName": "Volo.Abp.Account.Application.Contracts",
20+
"namespace": "Volo.Abp.Account",
21+
"name": "AbpAccountApplicationContractsModule"
22+
}
823
],
924
"implementingInterfaces": [
1025
{
@@ -53,6 +68,12 @@
5368
"contentType": "abpModule",
5469
"name": "AbpAccountBlazorModule",
5570
"summary": null
71+
},
72+
{
73+
"namespace": "Volo.Abp.Account.Blazor.Pages.Account",
74+
"contentType": "webPage",
75+
"name": "AccountManage",
76+
"summary": null
5677
}
5778
]
5879
}

modules/account/src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.abppkg.analyze.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Volo.Abp.Account.HttpApi.Client",
3-
"hash": "5a1716ad59fa19da3009381a4d0d3e1d",
3+
"hash": "",
44
"contents": [
55
{
66
"namespace": "Volo.Abp.Account",

modules/account/src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.abppkg.analyze.json

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Volo.Abp.Account.HttpApi",
3-
"hash": "caa7279a6d55f90db90b3ec2313a4e12",
3+
"hash": "",
44
"contents": [
55
{
66
"namespace": "Volo.Abp.Account",
@@ -68,6 +68,107 @@
6868
"contentType": "abpModule",
6969
"name": "AbpAccountHttpApiModule",
7070
"summary": null
71+
},
72+
{
73+
"apis": [
74+
{
75+
"path": "api/account/register",
76+
"method": "POST",
77+
"groupName": "Account",
78+
"responseType": "Volo.Abp.Identity.IdentityUserDto",
79+
"responseTypeAsJson": "",
80+
"parameterDescriptions": [
81+
{
82+
"name": "input",
83+
"type": "RegisterDto"
84+
}
85+
]
86+
},
87+
{
88+
"path": "api/account/send-password-reset-code",
89+
"method": "POST",
90+
"groupName": "Account",
91+
"responseType": "System.Void",
92+
"responseTypeAsJson": "",
93+
"parameterDescriptions": [
94+
{
95+
"name": "input",
96+
"type": "SendPasswordResetCodeDto"
97+
}
98+
]
99+
},
100+
{
101+
"path": "api/account/verify-password-reset-token",
102+
"method": "POST",
103+
"groupName": "Account",
104+
"responseType": "System.Boolean",
105+
"responseTypeAsJson": "true",
106+
"parameterDescriptions": [
107+
{
108+
"name": "input",
109+
"type": "VerifyPasswordResetTokenInput"
110+
}
111+
]
112+
},
113+
{
114+
"path": "api/account/reset-password",
115+
"method": "POST",
116+
"groupName": "Account",
117+
"responseType": "System.Void",
118+
"responseTypeAsJson": "",
119+
"parameterDescriptions": [
120+
{
121+
"name": "input",
122+
"type": "ResetPasswordDto"
123+
}
124+
]
125+
},
126+
{
127+
"path": "api/account/dynamic-claims/refresh",
128+
"method": "POST",
129+
"groupName": "DynamicClaims",
130+
"responseType": "System.Void",
131+
"responseTypeAsJson": "",
132+
"parameterDescriptions": []
133+
},
134+
{
135+
"path": "api/account/my-profile",
136+
"method": "GET",
137+
"groupName": "Profile",
138+
"responseType": "Volo.Abp.Account.ProfileDto",
139+
"responseTypeAsJson": "",
140+
"parameterDescriptions": []
141+
},
142+
{
143+
"path": "api/account/my-profile",
144+
"method": "PUT",
145+
"groupName": "Profile",
146+
"responseType": "Volo.Abp.Account.ProfileDto",
147+
"responseTypeAsJson": "",
148+
"parameterDescriptions": [
149+
{
150+
"name": "input",
151+
"type": "UpdateProfileDto"
152+
}
153+
]
154+
},
155+
{
156+
"path": "api/account/my-profile/change-password",
157+
"method": "POST",
158+
"groupName": "Profile",
159+
"responseType": "System.Void",
160+
"responseTypeAsJson": "",
161+
"parameterDescriptions": [
162+
{
163+
"name": "input",
164+
"type": "ChangePasswordInput"
165+
}
166+
]
167+
}
168+
],
169+
"contentType": "httpApi",
170+
"name": "Defined Http Apis",
171+
"summary": null
71172
}
72173
]
73174
}

modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.abppkg.analyze.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Volo.Abp.Account.Web.OpenIddict",
3-
"hash": "29785246e5bdaa8010c7da236efe3ba1",
3+
"hash": "",
44
"contents": [
55
{
66
"namespace": "Volo.Abp.Account.Web",

0 commit comments

Comments
 (0)