[swift5] fix modelNamePrefix and -suffix for reserved types (#14768)

* only add suffix or prefix if type is not a primitive or from dependency

* add tests

* add sample

* add second API with prefix and suffix

* add primitives

* add missing pom

* add missing shell script

* fix cycle dependency

* generate samples
This commit is contained in:
Jonas Reichert
2023-03-13 10:42:24 +01:00
committed by GitHub
parent 564939a4a8
commit f45523dd1a
38 changed files with 2349 additions and 9 deletions

View File

@@ -11,9 +11,9 @@ Name | Type | Description | Notes
**mapArrayAnytype** | [String: [AnyCodable]] | | [optional]
**mapMapString** | [String: [String: String]] | | [optional]
**mapMapAnytype** | [String: [String: AnyCodable]] | | [optional]
**anytype1** | [**AnyCodable**](.md) | | [optional]
**anytype2** | [**AnyCodable**](.md) | | [optional]
**anytype3** | [**AnyCodable**](.md) | | [optional]
**anytype1** | **AnyCodable** | | [optional]
**anytype2** | **AnyCodable** | | [optional]
**anytype3** | **AnyCodable** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)