refactor(server): shared links (#2632)

* refactor: rename share => shared-link

* refactor: shared link crud methods

* chore: open api
This commit is contained in:
Jason Rasmussen
2023-06-01 22:09:57 -04:00
committed by GitHub
parent 038e064e60
commit 3ea2fe1c48
30 changed files with 507 additions and 536 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export * from './person';
export * from './search';
export * from './server-info';
export * from './partner';
export * from './share';
export * from './shared-link';
export * from './smart-info';
export * from './storage';
export * from './storage-template';