@secrecy/lib 1.0.0-dev.2 → 1.0.0-dev.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1 +1,2 @@
1
1
  # Anonymize Secrecy Library 📚
2
+ :)
@@ -262,5 +262,8 @@ export declare class BaseClient {
262
262
  folderSize({ folderId }: {
263
263
  folderId?: string | null | undefined;
264
264
  }): Promise<FolderSize | null>;
265
+ getSponsorshipLink({ backUrl }: {
266
+ backUrl: string;
267
+ }): Promise<string | null>;
265
268
  }
266
269
  export {};