From 964d55146c5e9285c5685f3869414c5e2474b980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 5 Sep 2022 19:23:58 +0300 Subject: [PATCH] Update abp-generate-proxy.json --- .../ClientProxies/abp-generate-proxy.json | 30 +++++++++++++------ 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.Client.Common/ClientProxies/abp-generate-proxy.json b/framework/src/Volo.Abp.AspNetCore.Mvc.Client.Common/ClientProxies/abp-generate-proxy.json index 018e1c4b3b..703bcc765a 100644 --- a/framework/src/Volo.Abp.AspNetCore.Mvc.Client.Common/ClientProxies/abp-generate-proxy.json +++ b/framework/src/Volo.Abp.AspNetCore.Mvc.Client.Common/ClientProxies/abp-generate-proxy.json @@ -155,26 +155,26 @@ } ], "actions": { - "GetAsyncByCulture": { - "uniqueName": "GetAsyncByCulture", + "GetAsyncByInput": { + "uniqueName": "GetAsyncByInput", "name": "GetAsync", "httpMethod": "GET", "url": "api/abp/application-localization/{culture}", "supportedVersions": [], "parametersOnMethod": [ { - "name": "culture", - "typeAsString": "System.String, System.Private.CoreLib", - "type": "System.String", - "typeSimple": "string", + "name": "input", + "typeAsString": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationRequestDto, Volo.Abp.AspNetCore.Mvc.Contracts", + "type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationRequestDto", + "typeSimple": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationRequestDto", "isOptional": false, "defaultValue": null } ], "parameters": [ { - "nameOnMethod": "culture", - "name": "culture", + "nameOnMethod": "input", + "name": "Culture", "jsonName": null, "type": "System.String", "typeSimple": "string", @@ -182,7 +182,19 @@ "defaultValue": null, "constraintTypes": [], "bindingSourceId": "Path", - "descriptorName": "" + "descriptorName": "input" + }, + { + "nameOnMethod": "input", + "name": "OnlyDynamics", + "jsonName": null, + "type": "System.Boolean", + "typeSimple": "boolean", + "isOptional": false, + "defaultValue": null, + "constraintTypes": null, + "bindingSourceId": "ModelBinding", + "descriptorName": "input" } ], "returnValue": {