|
|
|
@ -3,158 +3,6 @@ |
|
|
|
"identity" |
|
|
|
], |
|
|
|
"modules": { |
|
|
|
"featureManagement": { |
|
|
|
"rootPath": "featureManagement", |
|
|
|
"remoteServiceName": "AbpFeatureManagement", |
|
|
|
"controllers": { |
|
|
|
"Volo.Abp.FeatureManagement.FeaturesController": { |
|
|
|
"controllerName": "Features", |
|
|
|
"controllerGroupName": "Features", |
|
|
|
"type": "Volo.Abp.FeatureManagement.FeaturesController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.FeatureManagement.IFeatureAppService" |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
"GetAsyncByProviderNameAndProviderKey": { |
|
|
|
"uniqueName": "GetAsyncByProviderNameAndProviderKey", |
|
|
|
"name": "GetAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "api/feature-management/features", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "providerName", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "providerKey", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "providerName", |
|
|
|
"name": "providerName", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "providerKey", |
|
|
|
"name": "providerKey", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.FeatureManagement.GetFeatureListResultDto", |
|
|
|
"typeSimple": "Volo.Abp.FeatureManagement.GetFeatureListResultDto" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.FeatureManagement.IFeatureAppService" |
|
|
|
}, |
|
|
|
"UpdateAsyncByProviderNameAndProviderKeyAndInput": { |
|
|
|
"uniqueName": "UpdateAsyncByProviderNameAndProviderKeyAndInput", |
|
|
|
"name": "UpdateAsync", |
|
|
|
"httpMethod": "PUT", |
|
|
|
"url": "api/feature-management/features", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "providerName", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "providerKey", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.FeatureManagement.UpdateFeaturesDto, Volo.Abp.FeatureManagement.Application.Contracts", |
|
|
|
"type": "Volo.Abp.FeatureManagement.UpdateFeaturesDto", |
|
|
|
"typeSimple": "Volo.Abp.FeatureManagement.UpdateFeaturesDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "providerName", |
|
|
|
"name": "providerName", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "providerKey", |
|
|
|
"name": "providerKey", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "input", |
|
|
|
"jsonName": null, |
|
|
|
"type": "Volo.Abp.FeatureManagement.UpdateFeaturesDto", |
|
|
|
"typeSimple": "Volo.Abp.FeatureManagement.UpdateFeaturesDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "Body", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.FeatureManagement.IFeatureAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"identity": { |
|
|
|
"rootPath": "identity", |
|
|
|
"remoteServiceName": "AbpIdentity", |
|
|
|
@ -1058,107 +906,6 @@ |
|
|
|
"implementFrom": "Volo.Abp.Identity.IIdentityUserLookupAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"Volo.Abp.Identity.ProfileController": { |
|
|
|
"controllerName": "Profile", |
|
|
|
"controllerGroupName": "Profile", |
|
|
|
"type": "Volo.Abp.Identity.ProfileController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.Identity.IProfileAppService" |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
"GetAsync": { |
|
|
|
"uniqueName": "GetAsync", |
|
|
|
"name": "GetAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "api/identity/my-profile", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [], |
|
|
|
"parameters": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.ProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.ProfileDto" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Identity.IProfileAppService" |
|
|
|
}, |
|
|
|
"UpdateAsyncByInput": { |
|
|
|
"uniqueName": "UpdateAsyncByInput", |
|
|
|
"name": "UpdateAsync", |
|
|
|
"httpMethod": "PUT", |
|
|
|
"url": "api/identity/my-profile", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.UpdateProfileDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.UpdateProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.UpdateProfileDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "input", |
|
|
|
"jsonName": null, |
|
|
|
"type": "Volo.Abp.Identity.UpdateProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.UpdateProfileDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "Body", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.ProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.ProfileDto" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Identity.IProfileAppService" |
|
|
|
}, |
|
|
|
"ChangePasswordAsyncByInput": { |
|
|
|
"uniqueName": "ChangePasswordAsyncByInput", |
|
|
|
"name": "ChangePasswordAsync", |
|
|
|
"httpMethod": "POST", |
|
|
|
"url": "api/identity/my-profile/change-password", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.ChangePasswordInput, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.ChangePasswordInput", |
|
|
|
"typeSimple": "Volo.Abp.Identity.ChangePasswordInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "input", |
|
|
|
"jsonName": null, |
|
|
|
"type": "Volo.Abp.Identity.ChangePasswordInput", |
|
|
|
"typeSimple": "Volo.Abp.Identity.ChangePasswordInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "Body", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Identity.IProfileAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -1385,35 +1132,136 @@ |
|
|
|
"implementFrom": "Volo.Abp.Account.Web.Areas.Account.Controllers.AccountController" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"multi-tenancy": { |
|
|
|
"rootPath": "multi-tenancy", |
|
|
|
"remoteServiceName": "AbpTenantManagement", |
|
|
|
"controllers": { |
|
|
|
"Volo.Abp.TenantManagement.TenantController": { |
|
|
|
"controllerName": "Tenant", |
|
|
|
"controllerGroupName": "Tenant", |
|
|
|
"type": "Volo.Abp.TenantManagement.TenantController", |
|
|
|
}, |
|
|
|
"Volo.Abp.Account.ProfileController": { |
|
|
|
"controllerName": "Profile", |
|
|
|
"controllerGroupName": "Profile", |
|
|
|
"type": "Volo.Abp.Account.ProfileController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.TenantManagement.ITenantAppService" |
|
|
|
"type": "Volo.Abp.Account.IProfileAppService" |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
"GetAsyncById": { |
|
|
|
"uniqueName": "GetAsyncById", |
|
|
|
"GetAsync": { |
|
|
|
"uniqueName": "GetAsync", |
|
|
|
"name": "GetAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "api/multi-tenancy/tenants/{id}", |
|
|
|
"url": "api/account/my-profile", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"parametersOnMethod": [], |
|
|
|
"parameters": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Account.ProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Account.ProfileDto" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Account.IProfileAppService" |
|
|
|
}, |
|
|
|
"UpdateAsyncByInput": { |
|
|
|
"uniqueName": "UpdateAsyncByInput", |
|
|
|
"name": "UpdateAsync", |
|
|
|
"httpMethod": "PUT", |
|
|
|
"url": "api/account/my-profile", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Account.UpdateProfileDto, Volo.Abp.Account.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Account.UpdateProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Account.UpdateProfileDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "input", |
|
|
|
"jsonName": null, |
|
|
|
"type": "Volo.Abp.Account.UpdateProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Account.UpdateProfileDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "Body", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Account.ProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Account.ProfileDto" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Account.IProfileAppService" |
|
|
|
}, |
|
|
|
"ChangePasswordAsyncByInput": { |
|
|
|
"uniqueName": "ChangePasswordAsyncByInput", |
|
|
|
"name": "ChangePasswordAsync", |
|
|
|
"httpMethod": "POST", |
|
|
|
"url": "api/account/my-profile/change-password", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Account.ChangePasswordInput, Volo.Abp.Account.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Account.ChangePasswordInput", |
|
|
|
"typeSimple": "Volo.Abp.Account.ChangePasswordInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "input", |
|
|
|
"jsonName": null, |
|
|
|
"type": "Volo.Abp.Account.ChangePasswordInput", |
|
|
|
"typeSimple": "Volo.Abp.Account.ChangePasswordInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "Body", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Account.IProfileAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"multi-tenancy": { |
|
|
|
"rootPath": "multi-tenancy", |
|
|
|
"remoteServiceName": "AbpTenantManagement", |
|
|
|
"controllers": { |
|
|
|
"Volo.Abp.TenantManagement.TenantController": { |
|
|
|
"controllerName": "Tenant", |
|
|
|
"controllerGroupName": "Tenant", |
|
|
|
"type": "Volo.Abp.TenantManagement.TenantController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.TenantManagement.ITenantAppService" |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
"GetAsyncById": { |
|
|
|
"uniqueName": "GetAsyncById", |
|
|
|
"name": "GetAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "api/multi-tenancy/tenants/{id}", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
@ -2163,6 +2011,158 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"featureManagement": { |
|
|
|
"rootPath": "featureManagement", |
|
|
|
"remoteServiceName": "AbpFeatureManagement", |
|
|
|
"controllers": { |
|
|
|
"Volo.Abp.FeatureManagement.FeaturesController": { |
|
|
|
"controllerName": "Features", |
|
|
|
"controllerGroupName": "Features", |
|
|
|
"type": "Volo.Abp.FeatureManagement.FeaturesController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.FeatureManagement.IFeatureAppService" |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
"GetAsyncByProviderNameAndProviderKey": { |
|
|
|
"uniqueName": "GetAsyncByProviderNameAndProviderKey", |
|
|
|
"name": "GetAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "api/feature-management/features", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "providerName", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "providerKey", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "providerName", |
|
|
|
"name": "providerName", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "providerKey", |
|
|
|
"name": "providerKey", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.FeatureManagement.GetFeatureListResultDto", |
|
|
|
"typeSimple": "Volo.Abp.FeatureManagement.GetFeatureListResultDto" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.FeatureManagement.IFeatureAppService" |
|
|
|
}, |
|
|
|
"UpdateAsyncByProviderNameAndProviderKeyAndInput": { |
|
|
|
"uniqueName": "UpdateAsyncByProviderNameAndProviderKeyAndInput", |
|
|
|
"name": "UpdateAsync", |
|
|
|
"httpMethod": "PUT", |
|
|
|
"url": "api/feature-management/features", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "providerName", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "providerKey", |
|
|
|
"typeAsString": "System.String, System.Private.CoreLib", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.FeatureManagement.UpdateFeaturesDto, Volo.Abp.FeatureManagement.Application.Contracts", |
|
|
|
"type": "Volo.Abp.FeatureManagement.UpdateFeaturesDto", |
|
|
|
"typeSimple": "Volo.Abp.FeatureManagement.UpdateFeaturesDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "providerName", |
|
|
|
"name": "providerName", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "providerKey", |
|
|
|
"name": "providerKey", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "ModelBinding", |
|
|
|
"descriptorName": "" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "input", |
|
|
|
"jsonName": null, |
|
|
|
"type": "Volo.Abp.FeatureManagement.UpdateFeaturesDto", |
|
|
|
"typeSimple": "Volo.Abp.FeatureManagement.UpdateFeaturesDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "Body", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.FeatureManagement.IFeatureAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"types": { |
|
|
|
@ -2552,22 +2552,161 @@ |
|
|
|
"genericArguments": null, |
|
|
|
"properties": null |
|
|
|
}, |
|
|
|
"Volo.Abp.AspNetCore.Mvc.MultiTenancy.FindTenantResultDto": { |
|
|
|
"baseType": null, |
|
|
|
"Volo.Abp.Account.ProfileDto": { |
|
|
|
"baseType": "Volo.Abp.ObjectExtending.ExtensibleObject", |
|
|
|
"isEnum": false, |
|
|
|
"enumNames": null, |
|
|
|
"enumValues": null, |
|
|
|
"genericArguments": null, |
|
|
|
"properties": [ |
|
|
|
{ |
|
|
|
"name": "Success", |
|
|
|
"name": "UserName", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Boolean", |
|
|
|
"typeSimple": "boolean", |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "TenantId", |
|
|
|
"name": "Email", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Name", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Surname", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "PhoneNumber", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "IsExternal", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Boolean", |
|
|
|
"typeSimple": "boolean", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "HasPassword", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Boolean", |
|
|
|
"typeSimple": "boolean", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ConcurrencyStamp", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"Volo.Abp.Account.UpdateProfileDto": { |
|
|
|
"baseType": "Volo.Abp.ObjectExtending.ExtensibleObject", |
|
|
|
"isEnum": false, |
|
|
|
"enumNames": null, |
|
|
|
"enumValues": null, |
|
|
|
"genericArguments": null, |
|
|
|
"properties": [ |
|
|
|
{ |
|
|
|
"name": "UserName", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Email", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Name", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Surname", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "PhoneNumber", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ConcurrencyStamp", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"Volo.Abp.Account.ChangePasswordInput": { |
|
|
|
"baseType": null, |
|
|
|
"isEnum": false, |
|
|
|
"enumNames": null, |
|
|
|
"enumValues": null, |
|
|
|
"genericArguments": null, |
|
|
|
"properties": [ |
|
|
|
{ |
|
|
|
"name": "CurrentPassword", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "NewPassword", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"Volo.Abp.AspNetCore.Mvc.MultiTenancy.FindTenantResultDto": { |
|
|
|
"baseType": null, |
|
|
|
"isEnum": false, |
|
|
|
"enumNames": null, |
|
|
|
"enumValues": null, |
|
|
|
"genericArguments": null, |
|
|
|
"properties": [ |
|
|
|
{ |
|
|
|
"name": "Success", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Boolean", |
|
|
|
"typeSimple": "boolean", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "TenantId", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Guid?", |
|
|
|
"typeSimple": "string?", |
|
|
|
@ -3041,145 +3180,6 @@ |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"Volo.Abp.Identity.ProfileDto": { |
|
|
|
"baseType": "Volo.Abp.ObjectExtending.ExtensibleObject", |
|
|
|
"isEnum": false, |
|
|
|
"enumNames": null, |
|
|
|
"enumValues": null, |
|
|
|
"genericArguments": null, |
|
|
|
"properties": [ |
|
|
|
{ |
|
|
|
"name": "UserName", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Email", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Name", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Surname", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "PhoneNumber", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "IsExternal", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Boolean", |
|
|
|
"typeSimple": "boolean", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "HasPassword", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Boolean", |
|
|
|
"typeSimple": "boolean", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ConcurrencyStamp", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"Volo.Abp.Identity.UpdateProfileDto": { |
|
|
|
"baseType": "Volo.Abp.ObjectExtending.ExtensibleObject", |
|
|
|
"isEnum": false, |
|
|
|
"enumNames": null, |
|
|
|
"enumValues": null, |
|
|
|
"genericArguments": null, |
|
|
|
"properties": [ |
|
|
|
{ |
|
|
|
"name": "UserName", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Email", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Name", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Surname", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "PhoneNumber", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ConcurrencyStamp", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"Volo.Abp.Identity.ChangePasswordInput": { |
|
|
|
"baseType": null, |
|
|
|
"isEnum": false, |
|
|
|
"enumNames": null, |
|
|
|
"enumValues": null, |
|
|
|
"genericArguments": null, |
|
|
|
"properties": [ |
|
|
|
{ |
|
|
|
"name": "CurrentPassword", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": false |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "NewPassword", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.String", |
|
|
|
"typeSimple": "string", |
|
|
|
"isRequired": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"Volo.Abp.PermissionManagement.GetPermissionListResultDto": { |
|
|
|
"baseType": null, |
|
|
|
"isEnum": false, |
|
|
|
|