You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src: add and delete file webhooks when designs are attached or removed (#260)
* Add file webhook repository and types
* install figma rest api spec
* Create file webhooks for a design when it's linked
* delete file webhooks on disassociate or app uninstall
* update tests
* fix integration test request
* don't throw errors if creating file webhook fails from user perms
* add tests for disassociated use case
* simplify FigmaFileWebhook class into a type
* split webhook creation into two to avoid dangling webhooks
0 commit comments