Checklist
Describe the problem you'd like to have solved
Hi,
I see that when getting the clients with the v8 auth.net client returns a type with name Client. This seems to be a violation of the naming convention and should be ClientResponseSchema or ClientSchema.
See https://github.com/auth0/auth0.net/blob/master/V8_MIGRATION_GUIDE.md#request-and-response-types
Describe the ideal solution
The Client respone should have the Schema suffix.
Alternatives and current workarounds
No response
Additional context
No response
Checklist
Describe the problem you'd like to have solved
Hi,
I see that when getting the clients with the v8 auth.net client returns a type with name
Client. This seems to be a violation of the naming convention and should beClientResponseSchemaorClientSchema.See https://github.com/auth0/auth0.net/blob/master/V8_MIGRATION_GUIDE.md#request-and-response-types
Describe the ideal solution
The
Clientrespone should have theSchemasuffix.Alternatives and current workarounds
No response
Additional context
No response