rename to resource rules and add api endpoints

This commit is contained in:
Owen
2025-02-08 17:02:22 -05:00
parent 3cd20cab55
commit da3c8823f8
8 changed files with 321 additions and 15 deletions

View File

@@ -18,3 +18,6 @@ export * from "./authWithWhitelist";
export * from "./authWithAccessToken";
export * from "./transferResource";
export * from "./getExchangeToken";
export * from "./createResourceRule";
export * from "./deleteResourceRule";
export * from "./listResourceRules";