@fluxbase/sdk 0.0.1-rc.14 → 0.0.1-rc.15

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.cts CHANGED
@@ -239,6 +239,7 @@ interface AdminSetupRequest {
239
239
  email: string;
240
240
  password: string;
241
241
  name: string;
242
+ setup_token: string;
242
243
  }
243
244
  interface AdminUser {
244
245
  id: string;
package/dist/index.d.ts CHANGED
@@ -239,6 +239,7 @@ interface AdminSetupRequest {
239
239
  email: string;
240
240
  password: string;
241
241
  name: string;
242
+ setup_token: string;
242
243
  }
243
244
  interface AdminUser {
244
245
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluxbase/sdk",
3
- "version": "0.0.1-rc.14",
3
+ "version": "0.0.1-rc.15",
4
4
  "description": "Official TypeScript SDK for Fluxbase - Backend as a Service",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",