Closed neilkachu closed 9 months ago
Maybe a use case for @unknown default in the CreateAPI Sourcery parser?
To this looks like Apple did change the API without publishing the changes.
I added the new value "GENERATE_INDIVIDUAL_KEYS" into the downloaded "app_store_connect_api.json" Add the end of the "UserRole": enum You can find the enum inline 134458 in the file "app_store_connect_api.json" Then run "make generate" as described in the readme
This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.
My contact at Apple says this was inadvertently released (it’s a new feature). The API should not return this value until the feature is released for real.
Calls to
https://api.appstoreconnect.apple.com/v1/users
are now returning a new unsupported enum case (GENERATE_INDIVIDUAL_KEYS
) in APIEndpoint.V1.Users.GetParameters.UserRole and thus causing a failure in the decoding:example json: