Finch-API / finch-api-node

Apache License 2.0
5 stars 1 forks source link

fix(api)!: authentication method type is an enum, not a plain string #409

Closed stainless-app[bot] closed 2 months ago

stainless-app[bot] commented 2 months ago

Migration

AuthenticationMethod.type was incorrectly defined as a string. Instead the API defines it as a string enum with values assisted, credential, api_token, api_credential, oauth