@buildbase/sdk 0.0.20 → 0.0.21

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/dist/index.d.ts CHANGED
@@ -1281,7 +1281,7 @@ declare function useQuotaUsageContext(): QuotaUsageContextValue;
1281
1281
  */
1282
1282
  declare function invalidateQuotaUsage(): void;
1283
1283
 
1284
- type WorkspaceSettingsSection = 'profile' | 'general' | 'users' | 'subscription' | 'features' | 'danger';
1284
+ type WorkspaceSettingsSection = 'profile' | 'general' | 'users' | 'subscription' | 'usage' | 'features' | 'danger';
1285
1285
 
1286
1286
  declare function useSaaSAuth(): {
1287
1287
  signIn: () => Promise<void>;