@m5kdev/frontend 0.9.3 → 0.9.4
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/src/modules/auth/auth.lib.d.mts +9 -9
- package/dist/src/modules/auth/auth.lib.d.ts +9 -9
- package/dist/src/modules/auth/components/AuthProvider.d.mts +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.mts.map +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.ts +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.ts.map +1 -1
- package/dist/src/modules/auth/components/AuthProvider.js +1 -1
- package/dist/src/modules/auth/components/AuthProvider.mjs +1 -1
- package/dist/src/modules/auth/hooks/useSession.d.mts +1 -1
- package/dist/src/modules/auth/hooks/useSession.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.mts +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.mts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.ts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.js +1 -1
- package/dist/src/modules/billing/components/BillingProvider.mjs +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.js +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.mjs +1 -1
- package/package.json +4 -4
|
@@ -669,7 +669,7 @@ declare const authClient: {
|
|
|
669
669
|
sortDirection?: "asc" | "desc" | undefined;
|
|
670
670
|
filterField?: string | undefined;
|
|
671
671
|
filterValue?: string | number | boolean | undefined;
|
|
672
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
672
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
673
673
|
organizationId?: string | undefined;
|
|
674
674
|
organizationSlug?: string | undefined;
|
|
675
675
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0?: _$better_auth0.Prettify<{
|
|
@@ -680,7 +680,7 @@ declare const authClient: {
|
|
|
680
680
|
sortDirection?: "asc" | "desc" | undefined;
|
|
681
681
|
filterField?: string | undefined;
|
|
682
682
|
filterValue?: string | number | boolean | undefined;
|
|
683
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
683
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
684
684
|
organizationId?: string | undefined;
|
|
685
685
|
organizationSlug?: string | undefined;
|
|
686
686
|
} | undefined;
|
|
@@ -1042,7 +1042,7 @@ declare const authClient: {
|
|
|
1042
1042
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1043
1043
|
filterField?: string | undefined;
|
|
1044
1044
|
filterValue?: string | number | boolean | undefined;
|
|
1045
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
1045
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
1046
1046
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0: _$better_auth0.Prettify<{
|
|
1047
1047
|
query: {
|
|
1048
1048
|
searchValue?: string | undefined;
|
|
@@ -1054,7 +1054,7 @@ declare const authClient: {
|
|
|
1054
1054
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1055
1055
|
filterField?: string | undefined;
|
|
1056
1056
|
filterValue?: string | number | boolean | undefined;
|
|
1057
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
1057
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
1058
1058
|
};
|
|
1059
1059
|
fetchOptions?: FetchOptions | undefined;
|
|
1060
1060
|
}>, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<NonNullable<{
|
|
@@ -1364,10 +1364,10 @@ declare const authClient: {
|
|
|
1364
1364
|
callbackURL?: string | undefined;
|
|
1365
1365
|
fetchOptions?: FetchOptions | undefined;
|
|
1366
1366
|
} & {} & {} & {} & {
|
|
1367
|
+
stripeCustomerId?: string | null | undefined;
|
|
1367
1368
|
onboarding?: number | null | undefined;
|
|
1368
1369
|
preferences?: string | null | undefined;
|
|
1369
1370
|
flags?: string | null | undefined;
|
|
1370
|
-
stripeCustomerId?: string | null | undefined;
|
|
1371
1371
|
}>, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<NonNullable<{
|
|
1372
1372
|
token: null;
|
|
1373
1373
|
user: {
|
|
@@ -1525,10 +1525,10 @@ declare const authClient: {
|
|
|
1525
1525
|
name?: string | undefined;
|
|
1526
1526
|
fetchOptions?: FetchOptions | undefined;
|
|
1527
1527
|
} & Partial<{} & {} & {} & {
|
|
1528
|
+
stripeCustomerId?: string | null | undefined;
|
|
1528
1529
|
onboarding?: number | null | undefined;
|
|
1529
1530
|
preferences?: string | null | undefined;
|
|
1530
1531
|
flags?: string | null | undefined;
|
|
1531
|
-
stripeCustomerId?: string | null | undefined;
|
|
1532
1532
|
}>> | undefined, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<{
|
|
1533
1533
|
status: boolean;
|
|
1534
1534
|
}, {
|
|
@@ -1807,10 +1807,10 @@ declare const authClient: {
|
|
|
1807
1807
|
role?: string | null | undefined;
|
|
1808
1808
|
banReason?: string | null | undefined;
|
|
1809
1809
|
banExpires?: Date | null | undefined;
|
|
1810
|
+
stripeCustomerId?: string | null | undefined;
|
|
1810
1811
|
onboarding?: number | null | undefined;
|
|
1811
1812
|
preferences?: string | null | undefined;
|
|
1812
1813
|
flags?: string | null | undefined;
|
|
1813
|
-
stripeCustomerId?: string | null | undefined;
|
|
1814
1814
|
};
|
|
1815
1815
|
session: {
|
|
1816
1816
|
id: string;
|
|
@@ -1973,10 +1973,10 @@ declare const authClient: {
|
|
|
1973
1973
|
role?: string | null | undefined;
|
|
1974
1974
|
banReason?: string | null | undefined;
|
|
1975
1975
|
banExpires?: Date | null | undefined;
|
|
1976
|
+
stripeCustomerId?: string | null | undefined;
|
|
1976
1977
|
onboarding?: number | null | undefined;
|
|
1977
1978
|
preferences?: string | null | undefined;
|
|
1978
1979
|
flags?: string | null | undefined;
|
|
1979
|
-
stripeCustomerId?: string | null | undefined;
|
|
1980
1980
|
};
|
|
1981
1981
|
session: {
|
|
1982
1982
|
id: string;
|
|
@@ -2013,10 +2013,10 @@ declare const authClient: {
|
|
|
2013
2013
|
role?: string | null | undefined;
|
|
2014
2014
|
banReason?: string | null | undefined;
|
|
2015
2015
|
banExpires?: Date | null | undefined;
|
|
2016
|
+
stripeCustomerId?: string | null | undefined;
|
|
2016
2017
|
onboarding?: number | null | undefined;
|
|
2017
2018
|
preferences?: string | null | undefined;
|
|
2018
2019
|
flags?: string | null | undefined;
|
|
2019
|
-
stripeCustomerId?: string | null | undefined;
|
|
2020
2020
|
};
|
|
2021
2021
|
session: {
|
|
2022
2022
|
id: string;
|
|
@@ -669,7 +669,7 @@ declare const authClient: {
|
|
|
669
669
|
sortDirection?: "asc" | "desc" | undefined;
|
|
670
670
|
filterField?: string | undefined;
|
|
671
671
|
filterValue?: string | number | boolean | undefined;
|
|
672
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
672
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
673
673
|
organizationId?: string | undefined;
|
|
674
674
|
organizationSlug?: string | undefined;
|
|
675
675
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0?: _$better_auth0.Prettify<{
|
|
@@ -680,7 +680,7 @@ declare const authClient: {
|
|
|
680
680
|
sortDirection?: "asc" | "desc" | undefined;
|
|
681
681
|
filterField?: string | undefined;
|
|
682
682
|
filterValue?: string | number | boolean | undefined;
|
|
683
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
683
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
684
684
|
organizationId?: string | undefined;
|
|
685
685
|
organizationSlug?: string | undefined;
|
|
686
686
|
} | undefined;
|
|
@@ -1042,7 +1042,7 @@ declare const authClient: {
|
|
|
1042
1042
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1043
1043
|
filterField?: string | undefined;
|
|
1044
1044
|
filterValue?: string | number | boolean | undefined;
|
|
1045
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
1045
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
1046
1046
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0: _$better_auth0.Prettify<{
|
|
1047
1047
|
query: {
|
|
1048
1048
|
searchValue?: string | undefined;
|
|
@@ -1054,7 +1054,7 @@ declare const authClient: {
|
|
|
1054
1054
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1055
1055
|
filterField?: string | undefined;
|
|
1056
1056
|
filterValue?: string | number | boolean | undefined;
|
|
1057
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
1057
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
1058
1058
|
};
|
|
1059
1059
|
fetchOptions?: FetchOptions | undefined;
|
|
1060
1060
|
}>, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<NonNullable<{
|
|
@@ -1364,10 +1364,10 @@ declare const authClient: {
|
|
|
1364
1364
|
callbackURL?: string | undefined;
|
|
1365
1365
|
fetchOptions?: FetchOptions | undefined;
|
|
1366
1366
|
} & {} & {} & {} & {
|
|
1367
|
+
stripeCustomerId?: string | null | undefined;
|
|
1367
1368
|
onboarding?: number | null | undefined;
|
|
1368
1369
|
preferences?: string | null | undefined;
|
|
1369
1370
|
flags?: string | null | undefined;
|
|
1370
|
-
stripeCustomerId?: string | null | undefined;
|
|
1371
1371
|
}>, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<NonNullable<{
|
|
1372
1372
|
token: null;
|
|
1373
1373
|
user: {
|
|
@@ -1525,10 +1525,10 @@ declare const authClient: {
|
|
|
1525
1525
|
name?: string | undefined;
|
|
1526
1526
|
fetchOptions?: FetchOptions | undefined;
|
|
1527
1527
|
} & Partial<{} & {} & {} & {
|
|
1528
|
+
stripeCustomerId?: string | null | undefined;
|
|
1528
1529
|
onboarding?: number | null | undefined;
|
|
1529
1530
|
preferences?: string | null | undefined;
|
|
1530
1531
|
flags?: string | null | undefined;
|
|
1531
|
-
stripeCustomerId?: string | null | undefined;
|
|
1532
1532
|
}>> | undefined, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<{
|
|
1533
1533
|
status: boolean;
|
|
1534
1534
|
}, {
|
|
@@ -1807,10 +1807,10 @@ declare const authClient: {
|
|
|
1807
1807
|
role?: string | null | undefined;
|
|
1808
1808
|
banReason?: string | null | undefined;
|
|
1809
1809
|
banExpires?: Date | null | undefined;
|
|
1810
|
+
stripeCustomerId?: string | null | undefined;
|
|
1810
1811
|
onboarding?: number | null | undefined;
|
|
1811
1812
|
preferences?: string | null | undefined;
|
|
1812
1813
|
flags?: string | null | undefined;
|
|
1813
|
-
stripeCustomerId?: string | null | undefined;
|
|
1814
1814
|
};
|
|
1815
1815
|
session: {
|
|
1816
1816
|
id: string;
|
|
@@ -1973,10 +1973,10 @@ declare const authClient: {
|
|
|
1973
1973
|
role?: string | null | undefined;
|
|
1974
1974
|
banReason?: string | null | undefined;
|
|
1975
1975
|
banExpires?: Date | null | undefined;
|
|
1976
|
+
stripeCustomerId?: string | null | undefined;
|
|
1976
1977
|
onboarding?: number | null | undefined;
|
|
1977
1978
|
preferences?: string | null | undefined;
|
|
1978
1979
|
flags?: string | null | undefined;
|
|
1979
|
-
stripeCustomerId?: string | null | undefined;
|
|
1980
1980
|
};
|
|
1981
1981
|
session: {
|
|
1982
1982
|
id: string;
|
|
@@ -2013,10 +2013,10 @@ declare const authClient: {
|
|
|
2013
2013
|
role?: string | null | undefined;
|
|
2014
2014
|
banReason?: string | null | undefined;
|
|
2015
2015
|
banExpires?: Date | null | undefined;
|
|
2016
|
+
stripeCustomerId?: string | null | undefined;
|
|
2016
2017
|
onboarding?: number | null | undefined;
|
|
2017
2018
|
preferences?: string | null | undefined;
|
|
2018
2019
|
flags?: string | null | undefined;
|
|
2019
|
-
stripeCustomerId?: string | null | undefined;
|
|
2020
2020
|
};
|
|
2021
2021
|
session: {
|
|
2022
2022
|
id: string;
|
|
@@ -18,7 +18,7 @@ declare function AuthProvider({
|
|
|
18
18
|
children: React.ReactNode;
|
|
19
19
|
loader?: React.ReactNode;
|
|
20
20
|
onSession?: (session: Session | null) => void;
|
|
21
|
-
}): string | number | bigint | true | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined
|
|
21
|
+
}): string | number | bigint | true | _$react_jsx_runtime0.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { AuthProvider, authProviderContext };
|
|
24
24
|
//# sourceMappingURL=AuthProvider.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProvider.d.mts","names":[],"sources":["../../../../../src/modules/auth/components/AuthProvider.tsx"],"mappings":";;;;;KAIK,OAAA,GAAU,UAAA,QAAkB,UAAA,CAAW,UAAA;AAAA,cAO/B,mBAAA,EAEE,OAAA,CAFiB,OAAA;;QAExB,OAAA;;oBAEY,SAAA;AAAA;AAAA,iBAQJ,YAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,SAAA,IAAa,OAAA,EAAS,OAAA;AAAA,sCACvB,QAAA,
|
|
1
|
+
{"version":3,"file":"AuthProvider.d.mts","names":[],"sources":["../../../../../src/modules/auth/components/AuthProvider.tsx"],"mappings":";;;;;KAIK,OAAA,GAAU,UAAA,QAAkB,UAAA,CAAW,UAAA;AAAA,cAO/B,mBAAA,EAEE,OAAA,CAFiB,OAAA;;QAExB,OAAA;;oBAEY,SAAA;AAAA;AAAA,iBAQJ,YAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,SAAA,IAAa,OAAA,EAAS,OAAA;AAAA,sCACvB,oBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,OAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA"}
|
|
@@ -18,7 +18,7 @@ declare function AuthProvider({
|
|
|
18
18
|
children: React.ReactNode;
|
|
19
19
|
loader?: React.ReactNode;
|
|
20
20
|
onSession?: (session: Session | null) => void;
|
|
21
|
-
}): string | number | bigint | true | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined
|
|
21
|
+
}): string | number | bigint | true | _$react_jsx_runtime0.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { AuthProvider, authProviderContext };
|
|
24
24
|
//# sourceMappingURL=AuthProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProvider.d.ts","names":[],"sources":["../../../../../src/modules/auth/components/AuthProvider.tsx"],"mappings":";;;;;KAIK,OAAA,GAAU,UAAA,QAAkB,UAAA,CAAW,UAAA;AAAA,cAO/B,mBAAA,EAEE,OAAA,CAFiB,OAAA;;QAExB,OAAA;;oBAEY,SAAA;AAAA;AAAA,iBAQJ,YAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,SAAA,IAAa,OAAA,EAAS,OAAA;AAAA,sCACvB,QAAA,
|
|
1
|
+
{"version":3,"file":"AuthProvider.d.ts","names":[],"sources":["../../../../../src/modules/auth/components/AuthProvider.tsx"],"mappings":";;;;;KAIK,OAAA,GAAU,UAAA,QAAkB,UAAA,CAAW,UAAA;AAAA,cAO/B,mBAAA,EAEE,OAAA,CAFiB,OAAA;;QAExB,OAAA;;oBAEY,SAAA;AAAA;AAAA,iBAQJ,YAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,SAAA,IAAa,OAAA,EAAS,OAAA;AAAA,sCACvB,oBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,OAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_src_modules_auth_auth_lib = require("../auth.lib.js");
|
|
3
|
-
let posthog_js_react_dist_umd_index_js = require("posthog-js/react/dist/umd/index.js");
|
|
4
3
|
let react = require("react");
|
|
4
|
+
let posthog_js_react_dist_umd_index_js = require("posthog-js/react/dist/umd/index.js");
|
|
5
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
6
6
|
//#region src/modules/auth/components/AuthProvider.tsx
|
|
7
7
|
function isImpersonatedSession(session) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { authClient } from "../auth.lib.mjs";
|
|
2
|
-
import { usePostHog } from "posthog-js/react/dist/esm/index.js";
|
|
3
2
|
import { createContext, useCallback, useEffect, useState } from "react";
|
|
3
|
+
import { usePostHog } from "posthog-js/react/dist/esm/index.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
//#region src/modules/auth/components/AuthProvider.tsx
|
|
6
6
|
function isImpersonatedSession(session) {
|
|
@@ -14,10 +14,10 @@ declare function useSession(): {
|
|
|
14
14
|
role?: string | null | undefined;
|
|
15
15
|
banReason?: string | null | undefined;
|
|
16
16
|
banExpires?: Date | null | undefined;
|
|
17
|
+
stripeCustomerId?: string | null | undefined;
|
|
17
18
|
onboarding?: number | null | undefined;
|
|
18
19
|
preferences?: string | null | undefined;
|
|
19
20
|
flags?: string | null | undefined;
|
|
20
|
-
stripeCustomerId?: string | null | undefined;
|
|
21
21
|
};
|
|
22
22
|
session: {
|
|
23
23
|
id: string;
|
|
@@ -14,10 +14,10 @@ declare function useSession(): {
|
|
|
14
14
|
role?: string | null | undefined;
|
|
15
15
|
banReason?: string | null | undefined;
|
|
16
16
|
banExpires?: Date | null | undefined;
|
|
17
|
+
stripeCustomerId?: string | null | undefined;
|
|
17
18
|
onboarding?: number | null | undefined;
|
|
18
19
|
preferences?: string | null | undefined;
|
|
19
20
|
flags?: string | null | undefined;
|
|
20
|
-
stripeCustomerId?: string | null | undefined;
|
|
21
21
|
};
|
|
22
22
|
session: {
|
|
23
23
|
id: string;
|
|
@@ -20,7 +20,7 @@ declare function BillingProvider({
|
|
|
20
20
|
loader?: React.ReactNode;
|
|
21
21
|
planPage: React.ReactNode;
|
|
22
22
|
skipPlanCheck?: boolean;
|
|
23
|
-
}): string | number | bigint | boolean | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined> |
|
|
23
|
+
}): string | number | bigint | boolean | _$react_jsx_runtime0.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined> | null | undefined;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { BillingProvider, billingProviderContext };
|
|
26
26
|
//# sourceMappingURL=BillingProvider.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BillingProvider.d.mts","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"mappings":";;;;;;cAKa,sBAAA,EAEQ,OAAA,CAFc,OAAA;;QAE3B,aAAA;AAAA;AAAA,iBAMQ,eAAA,CAAA;EACd,OAAA;EACA,QAAA;EACA,MAAA;EACA,QAAA;EACA;AAAA;EAEA,OAAA,EAAS,cAAA;EACT,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,aAAA;AAAA,yCACD,QAAA,
|
|
1
|
+
{"version":3,"file":"BillingProvider.d.mts","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"mappings":";;;;;;cAKa,sBAAA,EAEQ,OAAA,CAFc,OAAA;;QAE3B,aAAA;AAAA;AAAA,iBAMQ,eAAA,CAAA;EACd,OAAA;EACA,QAAA;EACA,MAAA;EACA,QAAA;EACA;AAAA;EAEA,OAAA,EAAS,cAAA;EACT,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,aAAA;AAAA,yCACD,oBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,OAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA"}
|
|
@@ -20,7 +20,7 @@ declare function BillingProvider({
|
|
|
20
20
|
loader?: React.ReactNode;
|
|
21
21
|
planPage: React.ReactNode;
|
|
22
22
|
skipPlanCheck?: boolean;
|
|
23
|
-
}): string | number | bigint | boolean | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined> |
|
|
23
|
+
}): string | number | bigint | boolean | _$react_jsx_runtime0.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined> | null | undefined;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { BillingProvider, billingProviderContext };
|
|
26
26
|
//# sourceMappingURL=BillingProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BillingProvider.d.ts","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"mappings":";;;;;;cAKa,sBAAA,EAEQ,OAAA,CAFc,OAAA;;QAE3B,aAAA;AAAA;AAAA,iBAMQ,eAAA,CAAA;EACd,OAAA;EACA,QAAA;EACA,MAAA;EACA,QAAA;EACA;AAAA;EAEA,OAAA,EAAS,cAAA;EACT,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,aAAA;AAAA,yCACD,QAAA,
|
|
1
|
+
{"version":3,"file":"BillingProvider.d.ts","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"mappings":";;;;;;cAKa,sBAAA,EAEQ,OAAA,CAFc,OAAA;;QAE3B,aAAA;AAAA;AAAA,iBAMQ,eAAA,CAAA;EACd,OAAA;EACA,QAAA;EACA,MAAA;EACA,QAAA;EACA;AAAA;EAEA,OAAA,EAAS,cAAA;EACT,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,aAAA;AAAA,yCACD,oBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,OAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _tanstack_react_query = require("@tanstack/react-query");
|
|
2
3
|
let react = require("react");
|
|
3
4
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
4
|
-
let _tanstack_react_query = require("@tanstack/react-query");
|
|
5
5
|
//#region src/modules/billing/components/BillingProvider.tsx
|
|
6
6
|
const billingProviderContext = (0, react.createContext)({
|
|
7
7
|
isLoading: true,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { useQuery } from "@tanstack/react-query";
|
|
1
2
|
import { createContext } from "react";
|
|
2
3
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { useQuery } from "@tanstack/react-query";
|
|
4
4
|
//#region src/modules/billing/components/BillingProvider.tsx
|
|
5
5
|
const billingProviderContext = createContext({
|
|
6
6
|
isLoading: true,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
let react = require("react");
|
|
3
2
|
let _tanstack_react_query = require("@tanstack/react-query");
|
|
3
|
+
let react = require("react");
|
|
4
4
|
//#region src/modules/table/hooks/useQueryWithParams.ts
|
|
5
5
|
const FETCH_ALL_LIMIT = 99999;
|
|
6
6
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m5kdev/frontend",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"license": "GPL-3.0-only",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react": "19.2.1",
|
|
25
25
|
"react-dom": "19.2.1",
|
|
26
26
|
"zod": "4.2.1",
|
|
27
|
-
"@m5kdev/commons": "0.9.
|
|
27
|
+
"@m5kdev/commons": "0.9.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@heroui/react": "2.8.10",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"tsdown": "0.21.7",
|
|
37
37
|
"typescript": "5.9.2",
|
|
38
38
|
"vite": "7.0.4",
|
|
39
|
-
"@m5kdev/config": "0.9.
|
|
40
|
-
"@m5kdev/backend": "0.9.
|
|
39
|
+
"@m5kdev/config": "0.9.4",
|
|
40
|
+
"@m5kdev/backend": "0.9.4"
|
|
41
41
|
},
|
|
42
42
|
"exports": {
|
|
43
43
|
"./modules/auth/components/*": {
|