auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
628 stars 307 forks source link

Field 'enabled_clients' is not included in the Connection definition #941

Closed jkillian-psc closed 11 months ago

jkillian-psc commented 11 months ago

Checklist

Description

Added missing enabled_clients field to Connection interface. Calls to client.connections.get({ id }); include this field in the response, but it was absent from the interface definition.

Reproduction

  1. Initialize the Auth0 Management API client using library
  2. Call the get( ) method on the ConnectionsManager
  3. Print the result returned from the method

Additional context

n/a

node-auth0 version

4.0.1

Node.js version

18.16.1

frederikprijck commented 11 months ago

Thanks for opening this PR. However, we shouldn't be making changes to anything inside __generated, and I can't seem to find any mention of the field in question in https://auth0.com/docs/api/management/v2/connections/get-connections-by-id.

Let me figure out internalle what's going on and get back to this, would you mind opening an issue instead of this PR so we can track it?