FusionAuth / fusionauth-typescript-client

A TypeScript client for FusionAuth
https://fusionauth.io
Apache License 2.0
60 stars 27 forks source link

Allow deleting links between lambdas and applications #86

Closed rideam closed 10 months ago

rideam commented 10 months ago
mooreds commented 10 months ago

Unfortunately this code is generated here: https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/client/typescript.client.ftl and here https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/domain/io.fusionauth.domain.Application%24LambdaConfiguration.json

https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/domain/io.fusionauth.domain.Application%24LambdaConfiguration.json is auto generated from java code.

So we can't just make changes to this project.

rideam commented 10 months ago

Closing this, found a way to handle unlinking in the cli without this change

mooreds commented 10 months ago

See https://github.com/FusionAuth/fusionauth-node-cli/pull/8#discussion_r1301596809 for the workaround (setting the lambda id property to the empty string).