@m5kdev/frontend 0.25.0 → 0.25.1

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.
@@ -1366,7 +1366,7 @@ declare function createM5KAuthClient(baseURL?: string): {
1366
1366
  listUsers: <FetchOptions extends _$better_auth0.ClientFetchOption<never, Partial<{
1367
1367
  searchValue?: string | undefined;
1368
1368
  searchField?: "email" | "name" | undefined;
1369
- searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
1369
+ searchOperator?: "starts_with" | "ends_with" | "contains" | undefined;
1370
1370
  limit?: string | number | undefined;
1371
1371
  offset?: string | number | undefined;
1372
1372
  sortBy?: string | undefined;
@@ -1378,7 +1378,7 @@ declare function createM5KAuthClient(baseURL?: string): {
1378
1378
  query: {
1379
1379
  searchValue?: string | undefined;
1380
1380
  searchField?: "email" | "name" | undefined;
1381
- searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
1381
+ searchOperator?: "starts_with" | "ends_with" | "contains" | undefined;
1382
1382
  limit?: string | number | undefined;
1383
1383
  offset?: string | number | undefined;
1384
1384
  sortBy?: string | undefined;
@@ -1366,7 +1366,7 @@ declare function createM5KAuthClient(baseURL?: string): {
1366
1366
  listUsers: <FetchOptions extends _$better_auth0.ClientFetchOption<never, Partial<{
1367
1367
  searchValue?: string | undefined;
1368
1368
  searchField?: "email" | "name" | undefined;
1369
- searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
1369
+ searchOperator?: "starts_with" | "ends_with" | "contains" | undefined;
1370
1370
  limit?: string | number | undefined;
1371
1371
  offset?: string | number | undefined;
1372
1372
  sortBy?: string | undefined;
@@ -1378,7 +1378,7 @@ declare function createM5KAuthClient(baseURL?: string): {
1378
1378
  query: {
1379
1379
  searchValue?: string | undefined;
1380
1380
  searchField?: "email" | "name" | undefined;
1381
- searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
1381
+ searchOperator?: "starts_with" | "ends_with" | "contains" | undefined;
1382
1382
  limit?: string | number | undefined;
1383
1383
  offset?: string | number | undefined;
1384
1384
  sortBy?: string | undefined;
@@ -6,12 +6,12 @@ import * as _$_trpc_server0 from "@trpc/server";
6
6
  declare const useUserOrganizations: () => _$_tanstack_react_query0.UseQueryResult<{
7
7
  id: string;
8
8
  name: string;
9
- type: string | null;
10
9
  createdAt: Date;
11
10
  onboarding: number | null;
12
11
  locale: string | null;
13
12
  slug: string | null;
14
13
  logo: string | null;
14
+ type: string | null;
15
15
  parentId: string | null;
16
16
  }[], _$_trpc_client0.TRPCClientErrorLike<{
17
17
  transformer: true;
@@ -6,12 +6,12 @@ import * as _$_trpc_server0 from "@trpc/server";
6
6
  declare const useUserOrganizations: () => _$_tanstack_react_query0.UseQueryResult<{
7
7
  id: string;
8
8
  name: string;
9
- type: string | null;
10
9
  createdAt: Date;
11
10
  onboarding: number | null;
12
11
  locale: string | null;
13
12
  slug: string | null;
14
13
  logo: string | null;
14
+ type: string | null;
15
15
  parentId: string | null;
16
16
  }[], _$_trpc_client0.TRPCClientErrorLike<{
17
17
  transformer: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m5kdev/frontend",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "react-dom": "19.2.1",
26
26
  "i18next": "25.3.2",
27
27
  "zod": "4.2.1",
28
- "@m5kdev/commons": "0.25.0"
28
+ "@m5kdev/commons": "0.25.1"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@trpc/server": "11.4.3",
@@ -43,8 +43,8 @@
43
43
  "tsdown": "0.21.7",
44
44
  "typescript": "6.0.3",
45
45
  "vite": "7.0.4",
46
- "@m5kdev/config": "0.25.0",
47
- "@m5kdev/backend": "0.25.0"
46
+ "@m5kdev/config": "0.25.1",
47
+ "@m5kdev/backend": "0.25.1"
48
48
  },
49
49
  "exports": {
50
50
  ".": {