@m5kdev/frontend 0.6.0 → 0.7.0

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.
@@ -1359,10 +1359,10 @@ export declare const authClient: {
1359
1359
  callbackURL?: string | undefined;
1360
1360
  fetchOptions?: FetchOptions | undefined;
1361
1361
  } & {} & {} & {} & {
1362
+ stripeCustomerId?: string | null | undefined;
1362
1363
  onboarding?: number | null | undefined;
1363
1364
  preferences?: string | null | undefined;
1364
1365
  flags?: string | null | undefined;
1365
- stripeCustomerId?: string | null | undefined;
1366
1366
  }>, data_1?: FetchOptions | undefined) => Promise<import("better-auth/client").BetterFetchResponse<NonNullable<{
1367
1367
  token: null;
1368
1368
  user: {
@@ -1520,10 +1520,10 @@ export declare const authClient: {
1520
1520
  name?: string | undefined;
1521
1521
  fetchOptions?: FetchOptions | undefined;
1522
1522
  } & Partial<{} & {} & {} & {
1523
+ stripeCustomerId?: string | null | undefined;
1523
1524
  onboarding?: number | null | undefined;
1524
1525
  preferences?: string | null | undefined;
1525
1526
  flags?: string | null | undefined;
1526
- stripeCustomerId?: string | null | undefined;
1527
1527
  }>> | undefined, data_1?: FetchOptions | undefined) => Promise<import("better-auth/client").BetterFetchResponse<{
1528
1528
  status: boolean;
1529
1529
  }, {
@@ -1802,10 +1802,10 @@ export declare const authClient: {
1802
1802
  role?: string | null | undefined;
1803
1803
  banReason?: string | null | undefined;
1804
1804
  banExpires?: Date | null | undefined;
1805
+ stripeCustomerId?: string | null | undefined;
1805
1806
  onboarding?: number | null | undefined;
1806
1807
  preferences?: string | null | undefined;
1807
1808
  flags?: string | null | undefined;
1808
- stripeCustomerId?: string | null | undefined;
1809
1809
  };
1810
1810
  session: {
1811
1811
  id: string;
@@ -1968,10 +1968,10 @@ export declare const authClient: {
1968
1968
  role?: string | null | undefined;
1969
1969
  banReason?: string | null | undefined;
1970
1970
  banExpires?: Date | null | undefined;
1971
+ stripeCustomerId?: string | null | undefined;
1971
1972
  onboarding?: number | null | undefined;
1972
1973
  preferences?: string | null | undefined;
1973
1974
  flags?: string | null | undefined;
1974
- stripeCustomerId?: string | null | undefined;
1975
1975
  };
1976
1976
  session: {
1977
1977
  id: string;
@@ -2008,10 +2008,10 @@ export declare const authClient: {
2008
2008
  role?: string | null | undefined;
2009
2009
  banReason?: string | null | undefined;
2010
2010
  banExpires?: Date | null | undefined;
2011
+ stripeCustomerId?: string | null | undefined;
2011
2012
  onboarding?: number | null | undefined;
2012
2013
  preferences?: string | null | undefined;
2013
2014
  flags?: string | null | undefined;
2014
- stripeCustomerId?: string | null | undefined;
2015
2015
  };
2016
2016
  session: {
2017
2017
  id: string;
@@ -13,10 +13,10 @@ export declare function useSession(): {
13
13
  role?: string | null | undefined;
14
14
  banReason?: string | null | undefined;
15
15
  banExpires?: Date | null | undefined;
16
+ stripeCustomerId?: string | null | undefined;
16
17
  onboarding?: number | null | undefined;
17
18
  preferences?: string | null | undefined;
18
19
  flags?: string | null | undefined;
19
- stripeCustomerId?: string | null | undefined;
20
20
  };
21
21
  session: {
22
22
  id: string;