@m5kdev/frontend 0.16.4 → 0.16.5

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.
@@ -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" | "contains" | undefined;
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" | "contains" | undefined;
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" | "contains" | undefined;
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" | "contains" | undefined;
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<{
@@ -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" | "contains" | undefined;
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" | "contains" | undefined;
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" | "contains" | undefined;
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" | "contains" | undefined;
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<{
@@ -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> | _$react_jsx_runtime0.JSX.Element;
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,CAD8B,OAAA,CAC9B,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA,wBAAA,oBAAA,CAAA,GAAA,CAAA,OAAA"}
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> | _$react_jsx_runtime0.JSX.Element;
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,CAD8B,OAAA,CAC9B,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA,wBAAA,oBAAA,CAAA,GAAA,CAAA,OAAA"}
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,8 +1,8 @@
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");
5
4
  let react_jsx_runtime = require("react/jsx-runtime");
5
+ let posthog_js_react_dist_umd_index_js = require("posthog-js/react/dist/umd/index.js");
6
6
  //#region src/modules/auth/components/AuthProvider.tsx
7
7
  function isImpersonatedSession(session) {
8
8
  const sessionData = session?.session;
@@ -1,7 +1,7 @@
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";
4
3
  import { jsx } from "react/jsx-runtime";
4
+ import { usePostHog } from "posthog-js/react/dist/esm/index.js";
5
5
  //#region src/modules/auth/components/AuthProvider.tsx
6
6
  function isImpersonatedSession(session) {
7
7
  const sessionData = session?.session;
@@ -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> | _$react_jsx_runtime0.JSX.Element | 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,CAF0B,OAAA,CAE1B,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA,wBAAA,oBAAA,CAAA,GAAA,CAAA,OAAA"}
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> | _$react_jsx_runtime0.JSX.Element | 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,CAF0B,OAAA,CAE1B,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA,wBAAA,oBAAA,CAAA,GAAA,CAAA,OAAA"}
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
  /**
@@ -1,5 +1,5 @@
1
- import { useEffect, useMemo, useRef } from "react";
2
1
  import { useQuery } from "@tanstack/react-query";
2
+ import { useEffect, useMemo, useRef } from "react";
3
3
  //#region src/modules/table/hooks/useQueryWithParams.ts
4
4
  const FETCH_ALL_LIMIT = 99999;
5
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m5kdev/frontend",
3
- "version": "0.16.4",
3
+ "version": "0.16.5",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "react": "19.2.1",
27
27
  "react-dom": "19.2.1",
28
28
  "zod": "4.2.1",
29
- "@m5kdev/commons": "0.16.4"
29
+ "@m5kdev/commons": "0.16.5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@tanstack/react-table": "8.21.2",
@@ -37,8 +37,8 @@
37
37
  "tsdown": "0.21.7",
38
38
  "typescript": "5.9.2",
39
39
  "vite": "7.0.4",
40
- "@m5kdev/backend": "0.16.4",
41
- "@m5kdev/config": "0.16.4"
40
+ "@m5kdev/backend": "0.16.5",
41
+ "@m5kdev/config": "0.16.5"
42
42
  },
43
43
  "exports": {
44
44
  "./modules/auth/components/*": {