@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 +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/saas-os.css +1 -1
- package/dist/types/providers/workspace/ui/SettingsDialog.d.ts +1 -1
- package/dist/types/providers/workspace/ui/SettingsUsage.d.ts +3 -0
- package/package.json +1 -1
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>;
|