Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

storage: v1.0.9

Compare
Choose a tag to compare
@shomix shomix released this 03 Apr 13:40
· 65 commits to main since this release
57baeb9

Added

  • Added two new methods to the SpheronClinet:
    • async getOrganizationUsage(organizationId: string): Promise<UsageWithLimits>
      • used to get the usage of the current active subscription of the organization.
    • async getTokenScope(): Promise<TokenScope>
      • used to get the scope of the token.

Updated

  • Updated the storage README.md to include a note that the package will not work on browser environment.