add ability to transfer a resource to another site

This commit is contained in:
Julian 2025-01-16 21:15:41 +01:00
parent ed5e6ec0f7
commit a039168217
No known key found for this signature in database
4 changed files with 260 additions and 0 deletions

View file

@ -16,3 +16,4 @@ export * from "./setResourceWhitelist";
export * from "./getResourceWhitelist";
export * from "./authWithWhitelist";
export * from "./authWithAccessToken";
export * from "./transferResource";