From e3db6a6257017cd504ebd105005f1d3511b1be9c Mon Sep 17 00:00:00 2001 From: Bruno Coelho <4brunu@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:14:37 +0100 Subject: [PATCH] [swift][client] update migration docs (#21151) --- docs/faq-generators.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/faq-generators.md b/docs/faq-generators.md index 0fd6b5d2a96..e44e0c19b36 100644 --- a/docs/faq-generators.md +++ b/docs/faq-generators.md @@ -494,6 +494,8 @@ Here is a working sample that put's together all of this. - The default project structure now follows the SPM (Swift Package Manager) structure. To revert to the old structure, set the `useSPMFileStructure` flag to `false`. - The former `{{projectName}}API` is now called `{{projectName}}APIConfiguration`. - You can now set a request interceptor and retrier by configuring `OpenAPIClient.shared.interceptor`, making authenticated requests easier to manage. +- The protocol `JSONEncodable` was renamed to `ParameterConvertible`. +- The flag `useJSONEncodable` was renamed to `useParameterConvertible`. ## TypeScript