Skip to content

[DEVTOOLING-1076] Fixing iOS SDK #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

themooks
Copy link

Platform API iOS SDK was not generated properly - due to two swagger annotations generating incorrect Swift code.

“entries” attribute in “CsvUploadPreviewResponse” model (array of arrays of strings) not interpreted properly by the openapi-generator and related templates

“Range” model used as the attribute’s type of another model. “Range” is a reserved keyword in Swift. The class name is properly transformed to “ModelRange” in Swift. But attributes (e.g. in “Reoccurrence” model) continue to reference Range class.

@carnellj-genesys carnellj-genesys merged commit 1b3667f into purecloudlabs:master Mar 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants